Commit Graph

56 Commits

Author SHA1 Message Date
bmaltais
c20a10d7fd Emergency fix for dreambooth_ui no longer working, sorry
- Add LoRA network merge too GUI. Run `pip install -U -r requirements.txt` after pulling this new release.
2023-01-06 07:13:12 -05:00
bmaltais
b8100b1a0a - Add support for --clip_skip option
- Add missing `detect_face_rotate.py` to tools folder
- Add `gui.cmd` for easy start of GUI
2023-01-05 19:16:13 -05:00
bmaltais
9d3c402973 - Finetune, add xformers, 8bit adam, min bucket, max bucket, batch size and flip augmentation support for dataset preparation
- Finetune, add "Dataset preparation" tab to group task specific options
2023-01-02 13:07:17 -05:00
bmaltais
1d460a09fd add support for color and flip augmentation to "Dreambooth LoRA" 2023-01-01 22:43:44 -05:00
bmaltais
af46ce4c47 Update LoRA GUI
Various improvements
2023-01-01 14:14:58 -05:00
bmaltais
0f75b7c2db Update readme 2022-12-30 20:50:01 -05:00
bmaltais
2cdf4cf741 - Fix for conversion tool issue when the source was an sd1.x diffuser model
- Other minor code and GUI fix
2022-12-23 07:56:35 -05:00
bmaltais
fd10512bf4 Add revision info 2022-12-22 13:19:28 -05:00
bmaltais
6a7e27e100 fix issue with dataset balancing when the number of detected images in the folder is 0 2022-12-21 11:02:49 -05:00
bmaltais
aa5d13f9a7 Add authentication support 2022-12-21 09:05:06 -05:00
bmaltais
1bc5089db8 Create model and log folder when running th dreambooth folder creation utility 2022-12-20 10:07:22 -05:00
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
bmaltais
69558b5951 Update readme 2022-12-19 21:51:52 -05:00
bmaltais
6987f51b0a Fix stop encoder training issue 2022-12-19 10:39:04 -05:00
bmaltais
c90aa2cc61 - Fix file/folder opening behind the browser window
- Add WD14 and BLIP captioning to utilities
- Improve overall GUI layout
2022-12-19 09:22:52 -05:00
bmaltais
0ca93a7aa7 v18.1: Model conversion utility 2022-12-18 13:11:10 -05:00
bmaltais
f459c32a3e v18: Save model as option added 2022-12-17 20:36:31 -05:00
bmaltais
fc22813b8f Fix README 2022-12-17 16:24:23 -05:00
bmaltais
e1d66e47f4
v17.2 (#8)
* Update youtube video

* Dataset balancing

* Fix typo
2022-12-17 16:22:34 -05:00
bmaltais
88561720e0 Update README for v17.1 2022-12-17 11:52:31 -05:00
bmaltais
969eea519f Remove redundant code 2022-12-15 07:48:29 -05:00
bmaltais
2b5c7312f1 Add improvement for 4090 users 2022-12-14 15:19:32 -05:00
bmaltais
dba1cde7c4 Update README 2022-12-14 15:16:22 -05:00
bmaltais
38699cf910 Update Readme 2022-12-13 13:50:39 -05:00
bmaltais
5f1a465a45 Update to v17
New GUI
2022-12-13 13:49:14 -05:00
bmaltais
e8db30b9d1 Publish v15 2022-12-05 10:49:02 -05:00
bmaltais
30b4be5680
Update README.md 2022-12-04 21:22:57 -05:00
bmaltais
d037c1f429 v13
- fix training text encoder at specified step (`--stop_text_encoder_training=<step #>`) that was causing both Unet and text encoder training to stop completely at the specified step rather than continue without text encoding training.
2022-11-30 07:31:52 -05:00
bmaltais
188edd34af v12 release 2022-11-29 12:47:48 -05:00
bmaltais
5a68cd02e7 Update install instructions 2022-11-27 21:07:57 -05:00
bmaltais
b40f909708 Quick readme update 2022-11-27 20:49:04 -05:00
bmaltais
83fe8f59b9 Update asd dog example 2022-11-27 20:47:59 -05:00
bmaltais
3e3fe50ab4 Add upgrade instructions 2022-11-27 20:42:39 -05:00
bmaltais
e84f3ccd01 Updated Readme with SD2.0 examples 2022-11-27 20:37:18 -05:00
bmaltais
f13f641841 Update upgrade documentation for v11 2022-11-27 11:29:37 -05:00
bmaltais
b3d8682a15 Fix readme issue 2022-11-27 10:09:36 -05:00
bmaltais
601f81e554 Adding options options list 2022-11-27 10:04:29 -05:00
bmaltais
c0b9947fe5 V11 release 2022-11-27 09:57:07 -05:00
Bernard Maltais
2629617de7 Update to v10 2022-11-21 07:50:04 -05:00
Bernard Maltais
0e8b993def Update train_db_fixed to v9 2022-11-19 08:49:42 -05:00
Bernard Maltais
16564f832e Update diffuser_fine_tuning version 2022-11-14 09:48:09 -05:00
Bernard Maltais
202a416251 Update README
Add example powershell code
2022-11-13 11:28:08 -05:00
Bernard Maltais
36b06d41bf Add v8 of train_db_fixed.py
Add diffusers_fine_tuning
2022-11-09 20:48:27 -05:00
Bernard Maltais
23a5b7f946 Adding new v7 2022-11-07 18:40:34 -05:00
Bernard Maltais
4eae58fd0e Update readme with finetuing 2022-11-05 16:56:34 -04:00
Bernard Maltais
e0fc105f7a Update README to help with Powershell rights issue. 2022-11-01 07:46:55 -04:00
Bernard Maltais
33b1c00daf Fix typo 2022-10-30 14:06:20 -04:00
Bernard Maltais
d5290e97d1 Update instructions 2022-10-30 14:01:12 -04:00
Bernard Maltais
76edd66cf7 Update documentation 2022-10-30 14:00:04 -04:00
Bernard Maltais
b0825446c9 Update doc 2022-10-30 13:51:28 -04:00