2022-12-20 14:15:17 +00:00
# Kohya's dreambooth and finetuning
2022-10-30 15:15:09 +00:00
2022-12-20 15:07:22 +00:00
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.
2022-10-30 15:40:55 +00:00
2022-12-20 15:07:22 +00:00
A note accompanying the release of his new repository can be found here: https://note.com/kohya_ss/n/nba4eceaa4594
2022-10-30 17:37:42 +00:00
2022-12-20 14:15:17 +00:00
## Dreambooth
2022-10-30 17:39:00 +00:00
2022-12-20 14:15:17 +00:00
You can find the dreambooth solution spercific [Dreambooth README ](README_dreambooth.md )
2022-10-30 17:37:42 +00:00
2022-12-20 14:15:17 +00:00
## Finetune
2022-11-01 11:46:55 +00:00
2022-12-21 14:05:06 +00:00
You can find the finetune solution spercific [Finetune README ](README_finetune.md )
## Change history
2022-12-21 16:02:49 +00:00
* 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:
2022-12-21 14:05:06 +00:00
- add optional GUI authentication support via: `python fine_tune.py --username=<name> --password=<password>`