Commit Graph

1402 Commits

Author SHA1 Message Date
Kohya S
e4f8736c60 Merge branch 'dev' into stable-cascade 2024-02-25 08:58:27 +09:00
Kohya S
e69d34103b Merge pull request #1136 from kohya-ss/dev
v0.8.4
v0.8.4
2024-02-24 21:15:46 +09:00
Kohya S
a21218bdd5 update readme 2024-02-24 21:09:59 +09:00
Kohya S
81e8af6519 fix ipex init 2024-02-24 20:51:26 +09:00
Kohya S
8b7c14246a some log output to print 2024-02-24 20:50:00 +09:00
Kohya S
52b3799989 fix format, add new conv rank to metadata comment 2024-02-24 20:49:41 +09:00
Kohya S
738c397e1a Merge pull request #1102 from mgz-dev/resize_lora-add-rank-for-conv
Resize lora add new rank for conv
2024-02-24 20:10:20 +09:00
Kohya S
0e703608f9 Merge branch 'dev' into resize_lora-add-rank-for-conv 2024-02-24 20:09:38 +09:00
Kohya S
fb9110bac1 format by black 2024-02-24 20:00:57 +09:00
Kohya S
24092e6f21 update einops to 0.7.0 #1122 2024-02-24 19:51:51 +09:00
Kohya S
f4132018c5 fix to work with cpu_count() == 1 closes #1134 2024-02-24 19:25:31 +09:00
Kohya S
488d1870ab Merge pull request #1126 from tamlog06/DyLoRA-xl
Fix dylora create_modules error when training sdxl
2024-02-24 19:19:33 +09:00
Kohya S
86279c8855 Merge branch 'dev' into DyLoRA-xl 2024-02-24 19:18:36 +09:00
Kohya S
13f49d1e4a update readme 2024-02-22 23:50:10 +09:00
Kohya S
df7648245e update readme 2024-02-22 23:41:46 +09:00
Kohya S
3368fb1af7 Modify nn.MHA to attn with q/k/v 2024-02-22 23:39:28 +09:00
Kohya S
417f14d245 Merge pull request #1130 from sdbds/fixbugs
[stable-cascade]add save parser and fix lora scripts model name and hash
2024-02-22 12:30:59 +09:00
青龍聖者@bdsqlsz
86503cb945 add save parser and fix lora scripts model name and hash 2024-02-21 19:38:12 +08:00
Kohya S
d91b1d3793 update readme 2024-02-20 22:39:57 +09:00
Kohya S
70917077a6 update readme 2024-02-20 22:38:36 +09:00
Kohya S
69dbc50912 fix effnet encoder preprocess issue 2024-02-20 22:34:06 +09:00
Kohya S
985761ca43 fix to work without network module 2024-02-20 20:33:03 +09:00
Kohya S
71e03559e2 support LoRA training for Stable Cascade Stage C 2024-02-20 08:27:11 +09:00
tamlog06
a6f1ed2e14 fix dylora create_modules error 2024-02-18 13:20:47 +00:00
Kohya S
806a6237fb minor fixes 2024-02-18 21:57:16 +09:00
Kohya S
9b0e532942 add command line sample 2024-02-18 21:40:36 +09:00
Kohya S
c26f01241f input prompt from console 2024-02-18 21:29:46 +09:00
Kohya S
ac71168939 add train_text_encoder arg 2024-02-18 21:29:10 +09:00
Kohya S
4e37d950d2 fix typos 2024-02-18 18:02:20 +09:00
Kohya S
4b5784eb44 update stable cascade stage C training #1119 2024-02-18 17:54:21 +09:00
Kohya S
856df07f49 Merge branch 'dev' into stable-cascade 2024-02-18 09:15:12 +09:00
Kohya S
d1fb480887 format by black 2024-02-18 09:13:24 +09:00
Kohya S
80ef59c115 support text encoder training in stable cascade 2024-02-18 09:12:37 +09:00
Kohya S
319bbf8057 add stage c tmp training code 2024-02-17 23:59:20 +09:00
Kohya S
fa440208b7 add inference script 2024-02-17 17:57:30 +09:00
Kohya S
75e4a951d0 update readme 2024-02-17 12:04:12 +09:00
Kohya S
42f3318e17 Merge pull request #1116 from kohya-ss/dev_device_support
Dev device support
2024-02-17 11:58:02 +09:00
Kohya S
baa0e97ced Merge branch 'dev' into dev_device_support 2024-02-17 11:54:07 +09:00
Kohya S
71ebcc5e25 update readme and gradual latent doc 2024-02-12 14:52:19 +09:00
Kohya S
93bed60762 fix to work --console_log_xxx options 2024-02-12 14:49:29 +09:00
Kohya S
41d32c0be4 Merge pull request #1117 from kohya-ss/gradual_latent_hires_fix
Gradual latent hires fix
2024-02-12 14:21:27 +09:00
Kohya S
cbe9c5dc06 supprt deep shink with regional lora, add prompter module 2024-02-12 14:17:27 +09:00
Kohya S
d3745db764 add args for logging 2024-02-12 13:15:21 +09:00
Kohya S
358ca205a3 Merge branch 'dev' into dev_device_support 2024-02-12 13:01:54 +09:00
Kohya S
c748719115 fix indent 2024-02-12 12:59:45 +09:00
Kohya S
98f42d3a0b Merge branch 'dev' into gradual_latent_hires_fix 2024-02-12 12:59:25 +09:00
Kohya S
35c6053de3 Merge pull request #1104 from kohya-ss/dev_improve_log
replace print with logger
2024-02-12 11:33:32 +09:00
Kohya S
20ae603221 Merge branch 'dev' into gradual_latent_hires_fix 2024-02-12 11:26:36 +09:00
Kohya S
672851e805 Merge branch 'dev' into dev_improve_log 2024-02-12 11:24:33 +09:00
Kohya S
e579648ce9 fix help for highvram arg 2024-02-12 11:12:41 +09:00