Skip to content

SD-Trainer. LoRA & Dreambooth training scripts & GUI use kohya-ss's trainer, for diffusion model.

License

Notifications You must be signed in to change notification settings

kourenliangtu/lora-scripts

Repository files navigation

LoRA-scripts

LoRA training scripts for kohya-ss/sd-scripts

Usage

Clone repo

git clone --recurse-submodules https://github.com/Akegarasu/lora-scripts

Windows

Required Dependencies

Python 3.10.8 and Git:

Installation

Run install.ps1 will automaticilly create a venv for you and install necessary deps.

Train

Edit train.ps1, and run it.

Linux

Required Dependencies

Python 3.10.8 and Git:

  • Python 3.10.8
  • git

Installation

Run install.bash will automaticilly create a venv for you and install necessary deps.

Train

Training script train.sh will not activate venv for you. You should activate venv first.

source venv/bin/activate

Edit train.sh, and run it.

About

SD-Trainer. LoRA & Dreambooth training scripts & GUI use kohya-ss's trainer, for diffusion model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Other 1.6%