Commit Graph

183 Commits (13f49d1e4acc304ea63ae9b4a8a218130f44fc2f)

Author SHA1 Message Date
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 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 71e03559e2 support LoRA training for Stable Cascade Stage C 2024-02-20 08:27:11 +09: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 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 75e4a951d0 update readme 2024-02-17 12:04:12 +09:00
Kohya S 71ebcc5e25 update readme and gradual latent doc 2024-02-12 14:52:19 +09:00
Kohya S 8f6f734a6f Merge branch 'dev' into gradual_latent_hires_fix 2024-01-28 08:21:15 +09:00
Kohya S 736365bdd5 update README.md 2024-01-27 18:31:01 +09:00
Kohya S 7cb44e4502 update readme 2024-01-23 21:02:40 +09:00
Kohya S e0a3c69223 update readme 2024-01-20 18:47:10 +09:00
Kohya S c59249a664 Add options to reduce memory usage in extract_lora_from_models.py closes #1059 2024-01-20 18:45:54 +09:00
Kohya S fef172966f Add network_multiplier for dataset and train LoRA 2024-01-20 16:24:43 +09:00
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 b65c023083d6d1e8a30eb42eddd603d1aac97650, reversing
changes made to f6fda20caf5e773d56bcfb5c4575c650bb85362b.

* Revert "Update requirements.txt for bitsandbytes 0.38.1"

This reverts commit 83abc60dfaddb26845f54228425b98dd67997528.

* Revert "Delete cextension.py"

This reverts commit 3ba4dfe046874393f2a022a4cbef3628ada35391.

* Revert "Update README.md for bitsandbytes-windows"

This reverts commit 4642c52086b5e9791233007e2fdfd97f832cd897.

* Revert "Update README-ja.md  for bitsandbytes 0.38.1"

This reverts commit fa6d7485ac067ebc49e6f381afdb8dd2f12caa8f.

* 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