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 |
|
ykume
|
4d0c06e397
|
support both 0.10.2 and 0.17.0 for Diffusers
|
2023-06-11 18:54:50 +09:00 |
|
ykume
|
0315611b11
|
remove workaround for accelerator=0.15, fix XTI
|
2023-06-11 18:32:14 +09:00 |
|
ykume
|
33a6234b52
|
Merge branch 'main' into original-u-net
|
2023-06-11 17:35:20 +09:00 |
|
ykume
|
4b7b3bc04a
|
fix saved SD dict is invalid for VAE
|
2023-06-11 17:35:00 +09:00 |
|
ykume
|
035dd3a900
|
fix mem_eff_attn does not work
|
2023-06-11 17:08:21 +09:00 |
|
ykume
|
4e25c8f78e
|
fix to work with Diffusers 0.17.0
|
2023-06-11 16:57:17 +09:00 |
|
ykume
|
7f6b581ef8
|
support memory efficient attn (not xformers)
|
2023-06-11 16:54:41 +09:00 |
|
ykume
|
cc274fb7fb
|
update diffusers ver, remove tensorflow
|
2023-06-11 16:54:10 +09:00 |
|
mio
|
334d07bf96
|
Update make_captions.py
Append sys path for make_captions.py to load blip module in the same folder to fix the error when you don't run this script under the folder
|
2023-06-08 23:39:06 +08:00 |
|
Kohya S
|
6417f5d7c1
|
Merge pull request #580 from kohya-ss/dev
fix clip skip not working in weighted caption training and sample gen
|
2023-06-08 22:10:30 +09:00 |
|
Kohya S
|
8088c04a71
|
update readme
|
2023-06-08 22:06:34 +09:00 |
|
Kohya S
|
f7b1911f1b
|
Merge branch 'main' into dev
|
2023-06-08 22:03:06 +09:00 |
|
Kohya S
|
045cd38b6e
|
fix clip_skip not work in weight capt, sample gen
|
2023-06-08 22:02:46 +09:00 |
|
Kohya S
|
dccdb8771c
|
support sample generation in training
|
2023-06-07 08:12:52 +09:00 |
|
Kohya S
|
d4b5cab7f7
|
Merge branch 'main' into original-u-net
|
2023-06-07 07:42:27 +09:00 |
|
Kohya S
|
363f1dfab9
|
Merge pull request #569 from kohya-ss/dev
older lycoris support, BREAK support
|
2023-06-06 22:07:21 +09:00 |
|
Kohya S
|
4e24733f1c
|
update readme
|
2023-06-06 22:03:21 +09:00 |
|
Kohya S
|
bb91a10b5f
|
fix to work LyCORIS<0.1.6
|
2023-06-06 21:59:57 +09:00 |
|
Kohya S
|
98635ebde2
|
Merge branch 'main' into dev
|
2023-06-06 21:54:29 +09:00 |
|
Kohya S
|
24823b061d
|
support BREAK in generation script
|
2023-06-06 21:53:58 +09:00 |
|
Kohya S
|
0fe1afd4ef
|
Merge pull request #562 from u-haru/hotfix/max_mean_logs_with_loss
loss表示追加
|
2023-06-05 21:42:25 +09:00 |
|
Kohya S
|
c0a7df9ee1
|
fix eps value, enable xformers, etc.
|
2023-06-03 21:29:27 +09:00 |
|