Skip to content

LoRA training scripts use kohya-ss's trainer, for diffusion model.

License

Notifications You must be signed in to change notification settings

wsawf/lora-scripts

This branch is 257 commits behind Akegarasu/lora-scripts:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 20, 2023
291229f · Sep 20, 2023
Apr 29, 2023
Aug 31, 2023
Sep 20, 2023
Jan 22, 2023
Jan 23, 2023
Sep 20, 2023
Jan 22, 2023
Jan 22, 2023
Sep 19, 2023
Feb 10, 2023
Sep 9, 2023
Apr 23, 2023
Jun 1, 2023
Jun 1, 2023
Sep 15, 2023
Aug 13, 2023
Sep 13, 2023
Sep 11, 2023
Mar 1, 2023
Sep 12, 2023
Sep 12, 2023
Mar 26, 2023
Apr 27, 2023
May 20, 2023
May 14, 2023
Jul 31, 2023
Jul 31, 2023
Apr 27, 2023
Jan 26, 2023
Aug 13, 2023
Aug 13, 2023
Aug 31, 2023
Aug 31, 2023

Repository files navigation

LoRA-scripts

LoRA training scripts for kohya-ss/sd-scripts

✨NEW: Train GUI

image

Follow the installation guide below to install the GUI, then run run_gui.ps1(windows) or run_gui.sh(linux) to start the GUI.

Usage

Clone repo with submodules

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

Required Dependencies

Python 3.10.8 and Git

Windows

Installation

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

Train

Edit train.ps1, and run it.

Linux

Installation

Run install.bash will create a venv 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.

TensorBoard

Run tensorboard.ps1 will start TensorBoard at http://localhost:6006/

About

LoRA training scripts use kohya-ss's trainer, for diffusion model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.5%
  • PowerShell 24.6%
  • Shell 17.1%
  • Jupyter Notebook 4.8%