Kohya S
|
7ea38f90d7
|
add merge script
|
2023-08-07 23:40:49 +09:00 |
|
Kohya S
|
f4a2bc6cf8
|
Merge pull request #722 from kohya-ss/dev
SAI model spec etc.
|
2023-08-07 08:08:51 +09:00 |
|
Kohya S
|
78226f8574
|
change assert to print
|
2023-08-06 22:35:01 +09:00 |
|
Kohya S
|
04b1defaf9
|
update readme
|
2023-08-06 22:19:00 +09:00 |
|
Kohya S
|
3cdbbb43be
|
fix error in huggingface_path_in_repo=None
|
2023-08-06 22:08:30 +09:00 |
|
Kohya S
|
92f41f1051
|
update sdxl ver in lora metadata from v0-9 to v1-0
|
2023-08-06 22:06:48 +09:00 |
|
Kohya S
|
c142dadb46
|
support sai model spec
|
2023-08-06 21:50:05 +09:00 |
|
Kohya S
|
cd54af019a
|
Merge pull request #720 from kohya-ss/dev
fix training textencoder in sdxl not working
|
2023-08-05 21:24:24 +09:00 |
|
Kohya S
|
e5f9772a35
|
fix training textencoder in sdxl not working
|
2023-08-05 21:22:50 +09:00 |
|
Kohya S
|
2dfa26cca0
|
Merge pull request #716 from kohya-ss/dev
fix sdxl_gen_img not working
|
2023-08-05 09:33:19 +09:00 |
|
Kohya S
|
25d8cd473e
|
fix sdxl_gen_img not working
|
2023-08-05 09:32:01 +09:00 |
|
Kohya S
|
f4935dd6be
|
Merge pull request #714 from kohya-ss/dev
pool output fix, v_pred loss like etc.
|
2023-08-04 22:36:25 +09:00 |
|
Kohya S
|
9d855091bf
|
make bitsandbytes optional
|
2023-08-04 22:29:14 +09:00 |
|
Kohya S
|
f3be995c28
|
remove debug print
|
2023-08-04 08:44:17 +09:00 |
|
Kohya S
|
9d7619d1eb
|
remove debug print
|
2023-08-04 08:42:54 +09:00 |
|
Kohya S
|
c6d52fdea4
|
Add workaround for clip's bug for pooled output
|
2023-08-04 08:38:27 +09:00 |
|
Kohya S
|
cf6832896f
|
fix ControlNet with regional LoRA
|
2023-08-03 21:48:11 +09:00 |
|
Kohya S
|
6b1cf6c4fd
|
fix ControlNet with regional LoRA, add shuffle cap
|
2023-08-03 21:41:46 +09:00 |
|
Kohya S
|
db80c5a2e7
|
format by black
|
2023-08-03 20:14:04 +09:00 |
|
Kohya S
|
89aae3e04f
|
fix vae crashes in large reso
|
2023-07-31 21:48:19 +09:00 |
|
Kohya S
|
0636399c8c
|
add adding v-pred like loss for noise pred
|
2023-07-31 08:23:28 +09:00 |
|
Kohya S
|
7e474d21ca
|
fix recorded seed in highres fix
|
2023-07-30 16:48:52 +09:00 |
|
Kohya S
|
f61996b425
|
remove dependency for albumenations
|
2023-07-30 16:29:53 +09:00 |
|
Kohya S
|
496c3f2732
|
arbitrary args for diffusers lr scheduler
|
2023-07-30 14:36:03 +09:00 |
|
Kohya S
|
8856c19c76
|
fix batch generation not working
|
2023-07-30 14:19:25 +09:00 |
|
Kohya S
|
0eacadfa99
|
fix ControlNet not working
|
2023-07-30 14:09:43 +09:00 |
|
Kohya S
|
2a4ae88f18
|
format by black
|
2023-07-30 14:03:54 +09:00 |
|
Kohya S
|
a296654c1b
|
refactor optimizer selection for bnb
|
2023-07-30 13:43:29 +09:00 |
|
Kohya S
|
b62185b821
|
change method name, add comments
|
2023-07-30 13:34:07 +09:00 |
|
Kohya S
|
e6034b7eb6
|
move releasing cache outside of the loop
|
2023-07-30 13:30:42 +09:00 |
|
Kohya S
|
54a4aa22ed
|
Merge pull request #658 from pamparamm/cache_latents_leak_fix
Cache latents VRAM leak fix
|
2023-07-30 13:22:00 +09:00 |
|
青龍聖者@bdsqlsz
|
9ec70252d0
|
Add Paged/ adam8bit/lion8bit for Sdxl bitsandbytes 0.39.1 cuda118 on windows (#623)
* ADD libbitsandbytes.dll for 0.38.1
* Delete libbitsandbytes_cuda116.dll
* Delete cextension.py
* add main.py
* Update requirements.txt for bitsandbytes 0.38.1
* Update README.md for bitsandbytes-windows
* Update README-ja.md for bitsandbytes 0.38.1
* Update main.py for return cuda118
* Update train_util.py for lion8bit
* Update train_README-ja.md for lion8bit
* Update train_util.py for add DAdaptAdan and DAdaptSGD
* Update train_util.py for DAdaptadam
* Update train_network.py for dadapt
* Update train_README-ja.md for DAdapt
* Update train_util.py for DAdapt
* Update train_network.py for DAdaptAdaGrad
* Update train_db.py for DAdapt
* Update fine_tune.py for DAdapt
* Update train_textual_inversion.py for DAdapt
* Update train_textual_inversion_XTI.py for DAdapt
* Revert "Merge branch 'qinglong' into main"
This reverts commit b65c023083, reversing
changes made to f6fda20caf.
* Revert "Update requirements.txt for bitsandbytes 0.38.1"
This reverts commit 83abc60dfa.
* Revert "Delete cextension.py"
This reverts commit 3ba4dfe046.
* Revert "Update README.md for bitsandbytes-windows"
This reverts commit 4642c52086.
* Revert "Update README-ja.md for bitsandbytes 0.38.1"
This reverts commit fa6d7485ac.
* 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_util.py
* Update requirements.txt
* Update train_README-zh.md
* Update train_README-ja.md
* Update train_util.py fix
* Update train_util.py
* support Prodigy
* add lower
* Update main.py
* support PagedAdamW8bit/PagedLion8bit
* Update requirements.txt
* update for PageAdamW8bit and PagedLion8bit
* Revert
* revert main
* Update train_util.py
* update for bitsandbytes 0.39.1
* Update requirements.txt
* vram leak fix
---------
Co-authored-by: Pam <pamhome21@gmail.com>
|
2023-07-30 13:15:13 +09:00 |
|
Kohya S
|
e20b6acfe9
|
Merge pull request #676 from Isotr0py/sdxl
Fix RAM leak when loading SDXL model in lowram device
|
2023-07-30 12:46:23 +09:00 |
|
Isotr0py
|
d9180c03f6
|
fix typos for _load_state_dict
|
2023-07-29 22:25:00 +08:00 |
|
Kohya S
|
4072f723c1
|
Merge branch 'main' into sdxl
|
2023-07-29 14:55:03 +09:00 |
|
Kohya S
|
cf8021020f
|
Merge pull request #688 from Noyii/main
fix typo
|
2023-07-29 14:53:04 +09:00 |
|
Kohya S
|
fb1054b5e3
|
Merge pull request #694 from kohya-ss/dev
support ckpt without position id in sd v1 #687
|
2023-07-29 14:52:42 +09:00 |
|
Kohya S
|
1e4512b2c8
|
support ckpt without position id in sd v1 #687
|
2023-07-29 14:19:25 +09:00 |
|
Kohya S
|
3a7326ae46
|
Merge pull request #693 from kohya-ss/dev
Support for bitsandbytes 0.39.1 with Paged Optimizer
|
2023-07-29 13:30:46 +09:00 |
|
Kohya S
|
38b59a93de
|
Merge branch 'main' into dev
|
2023-07-29 13:20:58 +09:00 |
|
Isotr0py
|
1199eacb72
|
fix typo
|
2023-07-28 13:49:37 +08:00 |
|
Isotr0py
|
fdb58b0b62
|
fix mismatch dtype
|
2023-07-28 13:47:54 +08:00 |
|
Isotr0py
|
315fbc11e5
|
refactor model loading to catch error
|
2023-07-28 13:10:38 +08:00 |
|
Noyii
|
4a1b92d309
|
Update README.md
|
2023-07-28 12:31:14 +08:00 |
|
Isotr0py
|
272dd993e6
|
Merge branch 'sdxl' into sdxl
|
2023-07-28 10:19:37 +08:00 |
|
Isotr0py
|
96a52d9810
|
add dtype to u-net loading
|
2023-07-27 23:58:25 +08:00 |
|
Isotr0py
|
50544b7805
|
fix pipeline dtype
|
2023-07-27 23:16:58 +08:00 |
|
Kohya S
|
b78c0e2a69
|
remove unused func
|
2023-07-25 19:07:26 +09:00 |
|
Kohya S
|
2b969e9c42
|
support sdxl
|
2023-07-24 22:20:21 +09:00 |
|
Kohya S
|
e83ee217d3
|
format by black
|
2023-07-24 21:28:37 +09:00 |
|