This repository provides a Windows-focused Gradio GUI for Kohya's Stable Diffusion trainers https://github.com/bmaltais/kohya_ss
Go to file
bmaltais 706dfe157f
Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10)
* Merge both dreambooth and finetune back in one repo
2022-12-20 09:15:17 -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 Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -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 Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
dreambooth.bat Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
fine_tune.py Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
finetune_gui.py Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
finetune.bat Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
README_dreambooth.md Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
README_finetune.md Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -05:00
README.md Merge dreambooth and finetuning in one repo to align with kohya_ss new repo (#10) 2022-12-20 09:15:17 -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

Kohya's dreambooth and finetuning

This repo now combine bot Kohya_ss solution under one roof. I am merging both under a single repo to align with the new official kohya repo where he will maintain his code from now on: https://github.com/kohya-ss/sd-scripts

A new note accompaning the release of his new repo 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