This repository provides a Windows-focused Gradio GUI for Kohya's Stable Diffusion trainers https://github.com/bmaltais/kohya_ss
Go to file
2022-12-22 13:14:46 -05:00
.vscode Update Utilities logic 2022-12-15 18:34:54 -05:00
bitsandbytes_windows 1st commit 2022-10-30 11:15:09 -04: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 Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
library Making gui more modular by dividing it 2022-12-22 11:51:34 -05:00
tools Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
v2_inference Adding example for SDv2 2022-11-27 16:07:26 -05:00
.gitignore - Fix file/folder opening behind the browser window 2022-12-19 09:22:52 -05:00
dreambooth_gui.py Update GUI and Readme 2022-12-22 13:14:46 -05:00
dreambooth.cmd Update GUI and Readme 2022-12-22 13:14:46 -05:00
fine_tune.py Making gui more modular by dividing it 2022-12-22 11:51:34 -05:00
finetune_gui.py Update GUI and Readme 2022-12-22 13:14:46 -05:00
finetune.cmd Update GUI and Readme 2022-12-22 13:14:46 -05:00
kohya_gui.py Making gui more modular by dividing it 2022-12-22 11:51:34 -05:00
kohya.cmd Update GUI and Readme 2022-12-22 13:14:46 -05:00
README_dreambooth.md Update GUI and Readme 2022-12-22 13:14:46 -05:00
README_finetune.md Update GUI and Readme 2022-12-22 13:14:46 -05:00
README.md fix issue with dataset balancing when the number of detected images in the folder is 0 2022-12-21 11:02:49 -05:00
requirements.txt Fix requirements file 2022-12-19 09:26:04 -05:00
setup.py Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
style.css Add new Utilities Tab 2022-12-15 18:19:35 -05:00
train_db.py Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
upgrade.bat Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
utilities.cmd Update GUI and Readme 2022-12-22 13:14:46 -05:00

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/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>