LoRA & Dreambooth training scripts & GUI use kohya-ss's trainer, for diffusion model.
 
 
 
 
 
Go to file
Akiba d7931c4a1c
update
2023-02-06 21:09:05 +08:00
huggingface init 2023-01-22 21:45:39 +08:00
logs fix install-cn xformers 2023-01-23 13:45:34 +08:00
output init 2023-01-22 21:45:39 +08:00
sd-models init 2023-01-22 21:45:39 +08:00
sd-scripts@0ca064287e update sd-scripts to 0.4, add alpha 2023-01-24 17:00:46 +08:00
.gitignore more args 2023-02-04 12:42:37 +08:00
.gitmodules submodule 2023-01-22 21:04:06 +08:00
README.md update readme 2023-01-26 19:58:14 +08:00
install-cn.ps1 update 2023-02-06 21:09:05 +08:00
install.bash fix linux install 2023-01-24 16:25:01 +08:00
install.ps1 install 2023-01-23 16:16:24 +08:00
train.ipynb update train.ipynb 2023-01-26 10:35:28 +08:00
train.ps1 style 2023-02-04 18:57:35 +08:00
train.sh style 2023-02-04 18:57:35 +08:00

README.md

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.