bmaltais
|
b9d5db8a42
|
Merge branch 'dev2' of https://github.com/bmaltais/kohya_ss into dev2
|
2023-08-10 13:13:27 -04:00 |
bmaltais
|
d17f9c1f23
|
Fix requirements
|
2023-08-10 13:12:53 -04:00 |
Furkan Gözükara
|
3b9a80bb91
|
Update README.md
|
2023-08-10 04:29:13 +03:00 |
bmaltais
|
254069ce5f
|
Add v pred like loss support
|
2023-08-09 12:08:46 -04:00 |
bmaltais
|
85f8ece7c9
|
Update
|
2023-08-08 08:20:43 -04:00 |
bmaltais
|
26dc755c5c
|
Improve training layout.
|
2023-08-07 08:37:28 -04:00 |
bmaltais
|
ab26642260
|
Update release
|
2023-08-06 22:03:32 -04:00 |
bmaltais
|
3b12546e71
|
Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into dev2
|
2023-08-06 19:54:30 -04:00 |
Kohya S
|
04b1defaf9
|
update readme
|
2023-08-06 22:19:00 +09:00 |
bmaltais
|
50429754c9
|
Update readme
|
2023-08-05 19:17:00 -04:00 |
bmaltais
|
3e6438684d
|
Updates
|
2023-08-05 13:35:42 -04:00 |
bmaltais
|
90d2160417
|
Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into dev2
|
2023-08-04 19:58:06 -04:00 |
bmaltais
|
78bae1602d
|
Updates
|
2023-08-04 19:50:22 -04:00 |
Kohya S
|
9d855091bf
|
make bitsandbytes optional
|
2023-08-04 22:29:14 +09:00 |
bmaltais
|
ebcb6efcba
|
Update requirements and others
|
2023-07-31 23:24:00 -04:00 |
bmaltais
|
72f9fdc4e5
|
Allow DB training on SDXL models.
|
2023-07-29 19:40:15 -04:00 |
bmaltais
|
6f6bf88458
|
Merge branch 'sdxl-dev' into dev2
|
2023-07-29 17:08:30 -04:00 |
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
|
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 |
Bernard Maltais
|
f4941ca20a
|
Merge branch 'dev2' into sdxl-dev
|
2023-07-27 20:54:39 -04:00 |
bmaltais
|
86cc9987dd
|
Merge branch 'master' into dev2
|
2023-07-27 09:01:54 -04:00 |
Bernard Maltais
|
60fdc3166f
|
Update release date
|
2023-07-27 08:59:44 -04:00 |
Bernard Maltais
|
7cf8d28494
|
v21.8.4 release
|
2023-07-27 08:57:59 -04:00 |
bmaltais
|
a9ec90c40a
|
Update extract LoRA and add sdpa
|
2023-07-25 20:11:32 -04:00 |
bmaltais
|
4849ea8dbc
|
Merge branch 'dev' of https://github.com/kohya-ss/sd-scripts into sdxl-dev
|
2023-07-23 06:34:10 -04:00 |
bmaltais
|
278b6937a0
|
Updates
|
2023-07-22 12:24:50 -04: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 |
bmaltais
|
d14fa0d063
|
Updates
|
2023-07-19 16:14:59 -04:00 |
Furkan Gözükara
|
51f696b179
|
Update README.md
|
2023-07-19 01:15:55 +03:00 |
Furkan Gözükara
|
602f3ee715
|
Update README.md
|
2023-07-19 01:15:20 +03:00 |
bmaltais
|
ad30ec8762
|
Update README
|
2023-07-18 09:16:54 -04:00 |
bmaltais
|
48ddb9b088
|
Release v21.28.3
|
2023-07-18 09:06:36 -04:00 |
bmaltais
|
7b4798e820
|
Add min and max resolution parameter for buckets
|
2023-07-16 21:54:36 -04:00 |
Kohya S
|
1d4672d747
|
fix typos
|
2023-07-17 09:05:50 +09:00 |
bmaltais
|
d93c251753
|
Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into dev2
|
2023-07-16 09:38:08 -04:00 |
Kohya S
|
3db97f8897
|
update readme
|
2023-07-16 15:14:49 +09:00 |
bmaltais
|
4478fc3734
|
Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into dev2
|
2023-07-15 20:13:03 -04:00 |
Kohya S
|
62dd99bee5
|
update readme
|
2023-07-15 18:34:13 +09:00 |
bmaltais
|
b602aa2ec0
|
Update version
|
2023-07-11 19:54:47 -04:00 |
bmaltais
|
15c33d9455
|
Update torch choice for windows
|
2023-07-11 19:53:26 -04:00 |
bmaltais
|
689721cba5
|
Updates
|
2023-07-11 11:40:42 -04:00 |
bmaltais
|
1ba606c850
|
Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into dev2
|
2023-07-10 12:54:55 -04:00 |
Kohya S
|
f54b784d88
|
support textual inversion training
|
2023-07-10 22:04:02 +09:00 |
bmaltais
|
b762ed2d8b
|
Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into dev2
|
2023-07-10 09:02:35 -04:00 |
bmaltais
|
9d9a2aefbe
|
Fix for accelerate issue
|
2023-07-10 07:10:47 -04: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 |