Kohya S
2c2ca9d726
update tagger doc
2024-03-30 22:55:56 +09:00
Kohya S
f5323e3c4b
update tagger doc
2024-03-30 22:10:37 +09:00
Kohya S
cae5aa0a56
update wd14 tagger and doc
2024-03-30 21:48:22 +09:00
Kohya S
c86e356013
Merge branch 'dev' into dataset-cache
2024-03-26 19:43:40 +09:00
Kohya S
ab1e389347
Merge branch 'dev' into masked-loss
2024-03-26 19:39:30 +09:00
Kohya S
9bbb28c361
update PyTorch version and reorganize dependencies
2024-03-24 22:06:37 +09:00
Kohya S
8d5858826f
Merge branch 'dev' into masked-loss
2024-03-24 18:19:53 +09:00
Kohya S
025347214d
refactor metadata caching for DreamBooth dataset
2024-03-24 18:09:32 +09:00
Kohya S
f4a4c11cd3
support multiline captions ref #1155
2024-03-23 18:51:37 +09:00
Kohya S
d17c0f5084
update dataset config doc
2024-03-21 08:31:29 +09:00
Kohya S
9b6b39f204
Merge branch 'dev' into masked-loss
2024-03-20 18:14:36 +09:00
Victor Espinoza-Guerra
46331a9e8e
English Translation of config_README-ja.md ( #1175 )
...
* Add files via upload
Creating template to work on.
* Update config_README-en.md
Total Conversion from Japanese to English.
* Update config_README-en.md
* Update config_README-en.md
* Update config_README-en.md
2024-03-20 16:31:01 +09:00
Kohya S
3419c3de0d
common masked loss func, apply to all training script
2024-03-17 19:30:20 +09:00
Kohya S
71ebcc5e25
update readme and gradual latent doc
2024-02-12 14:52:19 +09:00
Yuta Hayashibe
5c150675bf
Added --sample_at_first description
2023-10-29 21:46:47 +09:00
Kohya S
6bd6cd9c51
update doc
2023-10-01 12:17:54 +09:00
Kohya S
948cf17499
add caption_prefix/suffix to dataset
2023-09-02 16:17:12 +09:00
Kohya S
f19a48a28c
Merge branch 'main' into sdxl
2023-09-02 15:53:48 +09:00
Blakey Wu
c2419ddabf
Update train_README-zh.md, fix a few translation errors.
2023-08-29 08:08:40 +08:00
Kohya S
a46a4781e8
fix "\\" to "/" for compatiblity
2023-08-24 19:19:53 +09:00
Kohya S
d97a1638d3
Merge branch 'dev' of https://github.com/kohya-ss/sd-scripts into dev
2023-08-24 07:50:47 +09:00
Kohya S
ef28a919d2
add .toml example for lllite doc
2023-08-24 07:50:40 +09:00
ykume
85f1114c4a
add about dataset synthesis for LLLite doc
2023-08-22 20:52:33 +09:00
Kohya S
9be19ad777
update doc
2023-08-20 18:30:49 +09:00
Kohya S
9947197a84
fix typos (;^ω^)
2023-08-20 13:53:00 +09:00
Kohya S
50c6aaae62
update lllite doc
2023-08-20 13:37:37 +09:00
Kohya S
edd314cc8a
Update train_lllite_README.md
2023-08-20 13:09:01 +09:00
Kohya S
15b463d18d
update lllite doc
2023-08-20 12:56:44 +09:00
Kohya S
0c1975501c
Merge branch 'dev' of https://github.com/kohya-ss/sd-scripts into dev
2023-08-20 12:55:52 +09:00
Kohya S
98f8785a4f
Update train_lllite_README.md
2023-08-20 12:55:24 +09:00
Kohya S
b74dfba215
update lllite doc
2023-08-20 12:50:37 +09:00
Kohya S
bee5c3f1b8
update lllite doc
2023-08-20 12:45:56 +09:00
Kohya S
782b11b844
Update train_lll_README-ja.md add sample images
2023-08-19 21:41:54 +09:00
ykume
5a86bbc0a0
fix typos, update readme
2023-08-19 18:54:31 +09:00
Kohya S
3e1591661e
add readme about controlnet-lora
2023-08-17 22:02:07 +09:00
Kohya S
38b59a93de
Merge branch 'main' into dev
2023-07-29 13:20:58 +09: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 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
DingSiuyo
e6d1f509a0
fixed some translation errors
2023-07-19 04:30:37 +00:00
Yuta Hayashibe
afce13d101
Fix a typo
2023-06-28 21:17:20 +09: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
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