Kohya S
|
64cf922841
|
add feature to sample images during sdxl training
|
2023-07-02 16:42:19 +09:00 |
|
Kohya S
|
227a62e4c4
|
fix to work with dreambooth ds without toml
|
2023-06-30 07:40:22 +09:00 |
|
Kohya S
|
38e21f5c1a
|
update transfomer to fix sdxl text model with bf16
|
2023-06-29 13:03:00 +09:00 |
|
Kohya S
|
d395bc0647
|
fix max_token_length not works for sdxl
|
2023-06-29 13:02:19 +09:00 |
|
Kohya S
|
8521ab7990
|
fix to work
|
2023-06-28 13:09:02 +09:00 |
|
Kohya S
|
71a6d49d06
|
fix to work train_network with fine-tuning dataset
|
2023-06-28 07:50:53 +09:00 |
|
Kohya S
|
07d5c71090
|
update readme
|
2023-06-27 23:24:56 +09:00 |
|
Kohya S
|
a751dc25d6
|
use CLIPTextModelWithProjection
|
2023-06-27 20:48:06 +09:00 |
|
Kohya S
|
753c63e11b
|
update readme
|
2023-06-26 21:24:28 +09:00 |
|
Kohya S
|
b0dfbe7086
|
update readme
|
2023-06-26 21:20:49 +09:00 |
|
Kohya S
|
31018d57b6
|
update for sdxl
|
2023-06-26 21:18:22 +09:00 |
|
Kohya S
|
9ebebb22db
|
fix typos
|
2023-06-26 20:43:34 +09:00 |
|
Kohya S
|
2c461e4ad3
|
Add no_half_vae for SDXL training, add nan check
|
2023-06-26 20:38:09 +09:00 |
|
Kohya S
|
56ca5dfa15
|
fix warning messages are shown every step
|
2023-06-26 20:37:14 +09:00 |
|
Kohya S
|
747af145ed
|
add sdxl fine-tuning and LoRA
|
2023-06-26 08:07:24 +09:00 |
|
Kohya S
|
9e9df2b501
|
update dataset to return size, refactor ctrlnet ds
|
2023-06-24 17:56:02 +09:00 |
|
Kohya S
|
f7f762c676
|
add minimal inference code for sdxl
|
2023-06-24 11:52:26 +09:00 |
|
Kohya S
|
0b730d904f
|
Merge branch 'original-u-net' into sdxl
|
2023-06-24 09:37:00 +09:00 |
|
Kohya S
|
11e8c7d8ff
|
fix to work controlnet training
|
2023-06-24 09:35:33 +09:00 |
|
Kohya S
|
663f953a78
|
Merge branch 'original-u-net' into sdxl
|
2023-06-24 08:49:38 +09:00 |
|
Kohya S
|
bfd909ab79
|
Merge branch 'main' into original-u-net
|
2023-06-24 08:49:07 +09:00 |
|
Kohya S
|
0cfcb5a49c
|
fix lr/d*lr is not logged with prodigy in finetune
|
2023-06-24 08:36:09 +09:00 |
|
Kohya S
|
6a86de1927
|
add sdxl unet
|
2023-06-24 00:01:50 +09:00 |
|
Kohya S
|
5114e8daf1
|
fix training scripts except controlnet not working
|
2023-06-22 08:46:53 +09:00 |
|
Kohya S
|
1c09867b3e
|
update Diffusers, remove BLIP deps
|
2023-06-22 08:38:44 +09:00 |
|
Kohya S
|
2b4229fa51
|
Merge pull request #551 from ddPn08/dev
add controlnet training
|
2023-06-17 22:02:34 +09:00 |
|
Kohya S
|
92e50133f8
|
Merge branch 'original-u-net' into dev
|
2023-06-17 21:57:08 +09:00 |
|
Kohya S
|
c4269b5efa
|
Merge branch 'main' into original-u-net
|
2023-06-17 21:48:57 +09:00 |
|
Kohya S
|
19dfa24abb
|
Merge branch 'main' into original-u-net
|
2023-06-16 20:59:34 +09:00 |
|
Kohya S
|
c7fd336c5d
|
Merge pull request #594 from kohya-ss/dev
fix same random seed is used in multiple generation
|
2023-06-16 12:14:20 +09:00 |
|
Kohya S
|
ed30af8343
|
Merge branch 'main' into dev
|
2023-06-16 12:10:59 +09:00 |
|
Kohya S
|
1e0b059982
|
fix same seed is used for multiple generation
|
2023-06-16 12:10:18 +09:00 |
|
Kohya S
|
038c09f552
|
Merge pull request #590 from kohya-ss/dev
prodigyopt, arbitrary dataset etc.
|
2023-06-15 22:30:10 +09:00 |
|
Kohya S
|
5d1b54de45
|
update readme
|
2023-06-15 22:27:47 +09:00 |
|
Kohya S
|
18156bf2a1
|
fix same replacement multiple times in dyn prompt
|
2023-06-15 22:22:12 +09:00 |
|
Kohya S
|
5845de7d7c
|
common lr checking for dadaptation and prodigy
|
2023-06-15 21:47:37 +09:00 |
|
青龍聖者@bdsqlsz
|
e97d67a681
|
Support for Prodigy(Dadapt variety for Dylora) (#585)
* Update train_util.py for DAdaptLion
* Update train_README-zh.md for dadaptlion
* Update train_README-ja.md for DAdaptLion
* add DAdatpt V3
* Alignment
* Update train_util.py for experimental
* Update train_util.py V3
* Update train_README-zh.md
* Update train_README-ja.md
* Update train_util.py fix
* Update train_util.py
* support Prodigy
* add lower
|
2023-06-15 21:12:53 +09:00 |
|
Kohya S
|
f0bb3ae825
|
add an option to disable controlnet in 2nd stage
|
2023-06-15 20:56:12 +09:00 |
|
Kohya S
|
9806b00f74
|
add arbitrary dataset feature to each script
|
2023-06-15 20:39:39 +09:00 |
|
Kohya S
|
f2989b36c2
|
fix typos, add comment
|
2023-06-15 20:37:01 +09:00 |
|
Kohya S
|
624fbadea2
|
fix dynamic prompt with from_file
|
2023-06-15 19:19:16 +09:00 |
|
Kohya S
|
d4ba37f543
|
supprot dynamic prompt variants
|
2023-06-15 13:22:06 +09:00 |
|
Kohya S
|
449ad7502c
|
use original unet for HF models, don't download TE
|
2023-06-14 22:26:05 +09:00 |
|
Kohya S
|
44404fcd6d
|
Merge branch 'main' into original-u-net
|
2023-06-14 12:49:51 +09:00 |
|
Kohya S
|
1da6d43109
|
Merge branch 'main' into dev
|
2023-06-14 12:49:37 +09:00 |
|
Kohya S
|
9aee793078
|
support arbitrary dataset for train_network.py
|
2023-06-14 12:49:12 +09:00 |
|
Kohya S
|
89c3033401
|
Merge pull request #581 from mio2333/patch-1
Update make_captions.py
|
2023-06-12 22:15:30 +09:00 |
|
Kohya S
|
67f09b7d7e
|
change ver no for Diffusers VAE changing
|
2023-06-12 12:29:44 +09:00 |
|
ykume
|
0dfffcd88a
|
remove unnecessary import
|
2023-06-11 21:46:05 +09:00 |
|
ykume
|
9e1683cf2b
|
support sdpa
|
2023-06-11 21:26:15 +09:00 |
|