This repository provides a Windows-focused Gradio GUI for Kohya's Stable Diffusion trainers https://github.com/bmaltais/kohya_ss
Go to file
bmaltais ee2499d834 Merge latest kohya_ss code update 2023-01-01 13:10:32 -05:00
.vscode Update Utilities logic 2022-12-15 18:34:54 -05:00
bitsandbytes_windows Merge latest kohya_ss code update 2023-01-01 13:10:32 -05:00
examples Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
finetune Add LoRA support from sd_script repo 2022-12-26 08:47:33 -05:00
library Merge latest kohya_ss code update 2023-01-01 13:10:32 -05:00
networks Add LoRA support from sd_script repo 2022-12-26 08:47:33 -05:00
tools - Fix for conversion tool issue when the source was an sd1.x diffuser model 2022-12-23 07:56:35 -05:00
v2_inference Adding example for SDv2 2022-11-27 16:07:26 -05:00
.gitignore Add LoRA support from sd_script repo 2022-12-26 08:47:33 -05:00
README.md Update readme 2022-12-30 20:50:01 -05:00
README_dreambooth.md - Fix for conversion tool issue when the source was an sd1.x diffuser model 2022-12-23 07:56:35 -05:00
README_finetune.md - Fix for conversion tool issue when the source was an sd1.x diffuser model 2022-12-23 07:56:35 -05:00
README_train_network-ja.md Add documentation 2022-12-26 09:17:10 -05:00
README_train_network.md !st rough implementation of LoRA GUI 2022-12-28 23:02:35 -05:00
dreambooth_gui.py Update GUI 2022-12-22 20:18:51 -05:00
fine_tune.py Merge latest kohya_ss code update 2023-01-01 13:10:32 -05:00
finetune_gui.py Update GUI 2022-12-22 20:18:51 -05:00
gen_img_diffusers.py Merge latest kohya_ss code update 2023-01-01 13:10:32 -05:00
kohya_gui.py Improve GUI 2023-01-01 00:33:29 -05:00
lora_gui.py Improve GUI 2023-01-01 00:33:29 -05:00
requirements.txt Fix requirements file 2022-12-19 09:26:04 -05:00
setup.py Implement open and save config for LoRA 2022-12-29 14:00:02 -05:00
style.css Add new Utilities Tab 2022-12-15 18:19:35 -05:00
train_db.py - Fix for conversion tool issue when the source was an sd1.x diffuser model 2022-12-23 07:56:35 -05:00
train_network.py Merge latest kohya_ss code update 2023-01-01 13:10:32 -05:00
utilities.cmd Update GUI and Readme 2022-12-22 13:14:46 -05:00

README.md

Kohya's dreambooth and finetuning

This repository now includes the solutions provided by Kohya_ss in a single location. I have combined both solutions under one repository to align with the new official Kohya repository where he will maintain his code from now on: https://github.com/kohya-ss/sd-scripts.

A note accompanying the release of his new repository can be found here: https://note.com/kohya_ss/n/nba4eceaa4594

Dreambooth

You can find the dreambooth solution spercific Dreambooth README

Finetune

You can find the finetune solution spercific Finetune README

Change history

  • 12/30 (v19) update:

    • support for LoRA network training in kohya_gui.py.
  • 12/23 (v18.8) update:

    • Fix for conversion tool issue when the source was an sd1.x diffuser model
    • Other minor code and GUI fix
  • 12/22 (v18.7) update:

    • Merge dreambooth and finetune is a common GUI
    • General bug fixes and code improvements
  • 12/21 (v18.6.1) update:

    • fix issue with dataset balancing when the number of detected images in the folder is 0
  • 12/21 (v18.6) update:

    • add optional GUI authentication support via: python fine_tune.py --username=<name> --password=<password>