Kohya S
|
2a0f45aea9
|
update readme
|
2024-01-20 11:08:20 +09:00 |
|
Kohya S
|
0395a35543
|
Merge branch 'main' into dev
|
2024-01-17 21:39:13 +09:00 |
|
Kohya S
|
987d4a969d
|
update readme
|
2024-01-17 21:38:49 +09:00 |
|
Aarni Koskela
|
ef50436464
|
Fix typo --spda (it's --sdpa)
|
2024-01-16 14:32:48 +02:00 |
|
Kohya S
|
dcf0eeb5b6
|
update readme
|
2024-01-15 21:35:26 +09:00 |
|
Kohya S
|
da9b34fa26
|
Merge branch 'dev' into gradual_latent_hires_fix
|
2024-01-04 19:53:46 +09:00 |
|
Kohya S
|
3b5c1a1d4b
|
Fix issue with tools/convert_diffusers20_original_sd.py
|
2023-12-24 21:45:51 +09:00 |
|
Kohya S
|
11ed8e2a6d
|
update readme
|
2023-12-21 22:16:55 +09:00 |
|
Kohya S
|
bb20c09a9a
|
update readme
|
2023-12-21 22:10:47 +09:00 |
|
Kohya S
|
ff2c0c192e
|
update readme
|
2023-12-13 23:13:22 +09:00 |
|
Kohya S
|
e8c3a02830
|
Merge branch 'dev' into gradual_latent_hires_fix
|
2023-12-08 08:23:53 +09:00 |
|
Kohya S
|
ee46134fa7
|
update readme
|
2023-12-03 18:24:50 +09:00 |
|
Kohya S
|
610566fbb9
|
Update README.md
|
2023-11-23 22:22:36 +09:00 |
|
Kohya S
|
684954695d
|
add gradual latent
|
2023-11-23 22:17:49 +09:00 |
|
Kohya S
|
95ae56bd22
|
Update README.md
|
2023-11-05 21:10:26 +09:00 |
|
Kohya S
|
f3e69531c3
|
update readme
|
2023-11-05 19:30:52 +09:00 |
|
Kohya S
|
0cb3272bda
|
update readme
|
2023-11-05 19:26:35 +09:00 |
|
Kohya S
|
e72020ae01
|
update readme
|
2023-10-29 20:52:43 +09:00 |
|
Kohya S
|
681034d001
|
update readme
|
2023-10-11 07:54:30 +09:00 |
|
Kohya S
|
8b79e3b06c
|
fix typos
|
2023-10-09 18:00:45 +09:00 |
|
Kohya S
|
cf49e912fc
|
update readme
|
2023-10-09 17:59:31 +09:00 |
|
Kohya S
|
c918489259
|
update readme
|
2023-10-01 20:34:12 +09:00 |
|
Kohya S
|
28272de97a
|
update readme
|
2023-09-24 17:48:51 +09:00 |
|
Kohya S
|
7e736da30c
|
update versions of accelerate and diffusers
|
2023-09-24 17:46:57 +09:00 |
|
Kohya S
|
74561dbdac
|
update readme (#803)
* update readme
* update readme
* fix typo
|
2023-09-03 12:51:09 +09:00 |
|
Kohya S
|
adf99a332e
|
update readme
|
2023-08-13 15:17:29 +09:00 |
|
Kohya S
|
d43fcd638e
|
update readme
|
2023-08-12 13:52:54 +09:00 |
|
Kohya S
|
04b1defaf9
|
update readme
|
2023-08-06 22:19:00 +09:00 |
|
Kohya S
|
9d855091bf
|
make bitsandbytes optional
|
2023-08-04 22:29:14 +09: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 |
|
Noyii
|
4a1b92d309
|
Update README.md
|
2023-07-28 12:31:14 +08:00 |
|
青龍聖者@bdsqlsz
|
d131bde183
|
Support for bitsandbytes 0.39.1 with Paged Optimizer(AdamW8bit and Lion8bit) (#631)
* 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
* Update requirements.txt
* support PagedAdamW8bit/PagedLion8bit
* Update requirements.txt
* update for PageAdamW8bit and PagedLion8bit
* Revert
* revert main
|
2023-07-22 19:45:32 +09:00 |
|
Kohya S
|
1d4672d747
|
fix typos
|
2023-07-17 09:05:50 +09:00 |
|
Kohya S
|
3db97f8897
|
update readme
|
2023-07-16 15:14:49 +09:00 |
|
Kohya S
|
62dd99bee5
|
update readme
|
2023-07-15 18:34:13 +09:00 |
|
Kohya S
|
f54b784d88
|
support textual inversion training
|
2023-07-10 22:04:02 +09:00 |
|
Kohya S
|
5c80117fbd
|
update readme
|
2023-07-09 21:37:46 +09:00 |
|
Kohya S
|
0416f26a76
|
support multi gpu in caching text encoder outputs
|
2023-07-09 16:02:56 +09:00 |
|
ykume
|
8371a7a3aa
|
update readme
|
2023-07-09 13:38:48 +09:00 |
|
Kohya S
|
c1d62383c6
|
update readme
|
2023-07-07 21:17:56 +09:00 |
|
Kohya S
|
288efddf2f
|
Update README.md
|
2023-07-06 07:43:30 +09:00 |
|
Kohya S
|
6aa62b9b66
|
update readme
|
2023-07-03 21:06:58 +09:00 |
|
Kohya S
|
5863676ccb
|
update readme
|
2023-07-02 16:49:18 +09:00 |
|
Kohya S
|
07d5c71090
|
update readme
|
2023-06-27 23:24:56 +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
|
19dfa24abb
|
Merge branch 'main' into original-u-net
|
2023-06-16 20:59:34 +09:00 |
|
Kohya S
|
5d1b54de45
|
update readme
|
2023-06-15 22:27:47 +09:00 |
|