Commit Graph

19 Commits (b9d5db8a423a4e321546eb609bfba0c572306d24)

Author SHA1 Message Date
bmaltais 814191b5a0 Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into dev2 2023-07-29 17:06:00 -04:00
Kohya S 38b59a93de Merge branch 'main' into dev 2023-07-29 13:20:58 +09:00
bmaltais 46638c326e Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into dev2 2023-07-23 06:29:48 -04:00
Kohya S 7b31c0830f
Merge pull request #663 from DingSiuyo/main
fixed some Chinese translation errors
2023-07-23 13:52:32 +09: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
Bernard Maltais e579668b7a Add LoRA Options documentation 2023-07-19 16:38:19 -04:00
DingSiuyo e6d1f509a0 fixed some translation errors 2023-07-19 04:30:37 +00:00
bmaltais cbb2134b4d Update Finetuning tab structure 2023-07-03 06:56:58 -04:00
bmaltais 8997825701 Various GUI updates 2023-07-02 15:19:09 -04:00
bmaltais 66363f57ac Adding Guide tab to LoRA 2023-07-02 11:23:32 -04:00
Yuta Hayashibe afce13d101
Fix a typo 2023-06-28 21:17:20 +09:00
bmaltais af907e6cf1 Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev2 2023-06-15 11:55:49 -04: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
bmaltais ba38c2d6f6 Update requirements 2023-06-11 16:33:32 -04:00
bmaltais ffc400d40e Update documentation 2023-06-10 13:52:08 -04:00
bmaltais 524ea25086 Adding documentation about folder structure 2023-06-10 13:41:05 -04:00
Kohya S 5b2447f71d add warning to merge_lora.py 2023-05-25 22:14:21 +09:00
青龍聖者@bdsqlsz 5cdf4e34a1
support for dadapaption V3 (#530)
* 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

---------

Co-authored-by: Kohya S <52813779+kohya-ss@users.noreply.github.com>
2023-05-25 21:52:36 +09:00
Kohya S a7df7db464 move documents to docs folder 2023-05-07 20:56:42 +09:00