Kohya S
c7c666b182
fix typo
2024-09-11 22:12:31 +09:00
Kohya S
6dbfd47a59
Fix to work PIECEWISE_CONSTANT, update requirement.txt and README #1393
2024-09-11 21:44:36 +09:00
青龍聖者@bdsqlsz
fd68703f37
Add New lr scheduler ( #1393 )
...
* add new lr scheduler
* fix bugs and use num_cycles / 2
* Update requirements.txt
* add num_cycles for min lr
* keep PIECEWISE_CONSTANT
* allow use float with warmup or decay ratio.
* Update train_util.py
2024-09-11 21:25:45 +09:00
Kohya S
62ec3e6424
Merge branch 'main' into dev
2024-09-07 10:52:49 +09:00
Kohya S.
de25945a93
Merge pull request #1550 from kohya-ss/dependabot/github_actions/crate-ci/typos-1.24.3
...
Bump crate-ci/typos from 1.19.0 to 1.24.3
2024-09-07 10:50:46 +09:00
Kohya S
0005867ba5
update README, format code
2024-09-07 10:45:18 +09:00
Kohya S.
16bb5699ac
Merge pull request #1426 from sdbds/resize
...
Replacing CV2 resize to Pil resize
2024-09-07 10:22:52 +09:00
Kohya S.
319e4d9831
Merge pull request #1433 from millie-v/sample-image-without-cuda
...
Generate sample images without having CUDA (such as on Macs)
2024-09-07 10:19:55 +09:00
dependabot[bot]
1bcf8d600b
Bump crate-ci/typos from 1.19.0 to 1.24.3
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.19.0 to 1.24.3.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.19.0...v1.24.3 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-01 01:33:04 +00:00
Kohya S.
f8f5b16958
Merge pull request #1540 from kohya-ss/dependabot/pip/opencv-python-4.8.1.78
...
Bump opencv-python from 4.7.0.68 to 4.8.1.78
2024-08-31 21:37:07 +09:00
Kohya S.
826ab5ce2e
Merge pull request #1532 from nandometzger/main
...
Update train_util.py, bug fix
2024-08-31 21:36:33 +09:00
dependabot[bot]
3a6154b7b0
Bump opencv-python from 4.7.0.68 to 4.8.1.78
...
Bumps [opencv-python](https://github.com/opencv/opencv-python ) from 4.7.0.68 to 4.8.1.78.
- [Release notes](https://github.com/opencv/opencv-python/releases )
- [Commits](https://github.com/opencv/opencv-python/commits )
---
updated-dependencies:
- dependency-name: opencv-python
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-31 06:21:16 +00:00
Nando Metzger
2a3aefb4e4
Update train_util.py, bug fix
2024-08-30 08:15:05 +02:00
Kohya S
d5c076cf90
update readme
2024-08-24 21:21:39 +09:00
Kohya S.
4ca29edbff
Merge pull request #1505 from liesened/patch-2
...
Add v-pred support for SDXL train
2024-08-24 21:16:53 +09:00
liesen
1e8108fec9
Handle args.v_parameterization properly for MinSNR and changed prediction target
2024-08-24 01:38:17 +03:00
Kohya S
afb971f9c3
fix SD1.5 LoRA extraction #1490
2024-08-22 21:33:15 +09:00
Kohya S
74f91c2ff7
correct option name closes #1446
2024-08-11 21:54:10 +09:00
sdbds
9ca7a5b6cc
instead cv2 LANCZOS4 resize to pil resize
2024-07-20 21:59:11 +08:00
sdbds
1f16b80e88
Revert "judge image size for using diff interpolation"
...
This reverts commit 87526942a6 .
2024-07-20 21:35:24 +08:00
Millie
2e67978ee2
Generate sample images without having CUDA (such as on Macs)
2024-07-18 11:52:58 -07:00
sdbds
87526942a6
judge image size for using diff interpolation
2024-07-12 22:56:38 +08:00
Kohya S
0b3e4f7ab6
show file name if error in load_image ref #1385
2024-06-25 20:03:09 +09:00
Kohya S
9dd1ee458c
Merge branch 'main' into dev
2024-06-23 14:11:51 +09:00
Kohya S
25f961bc77
fix to work cache_latents/text_encoder_outputs
2024-06-23 13:24:30 +09:00
Kohya S
56bb81c9e6
add grad_hook after restore state closes #1344
2024-06-12 21:39:35 +09:00
Kohya S
22413a5247
Merge pull request #1359 from kohya-ss/train_resume_step
...
Train resume step
2024-06-11 19:52:03 +09:00
Kohya S
18d7597b0b
update README
2024-06-11 19:51:30 +09:00
Kohya S
4a441889d4
Merge branch 'dev' into train_resume_step
2024-06-11 19:27:37 +09:00
Kohya S
3259928ce4
Merge branch 'dev' of https://github.com/kohya-ss/sd-scripts into dev
2024-06-09 19:26:42 +09:00
Kohya S
1a104dc75e
make forward/backward pathes same ref #1363
2024-06-09 19:26:36 +09:00
Kohya S
58fb64819a
set static graph flag when DDP ref #1363
2024-06-09 19:26:09 +09:00
Kohya S
5bfe5e411b
Merge pull request #1361 from shirayu/update/github_actions/crate-ci/typos-1.21.0
...
Bump crate-ci/typos from 1.19.0 to 1.21.0, fix typos, and updated _typos.toml (Close #1307 )
2024-06-06 21:23:24 +09:00
Yuta Hayashibe
4ecbac131a
Bump crate-ci/typos from 1.19.0 to 1.21.0, fix typos, and updated _typos.toml ( Close #1307 )
2024-06-05 16:31:55 +09:00
Kohya S
4dbcef429b
update for corner cases
2024-06-04 21:26:55 +09:00
Kohya S
321e24d83b
Merge pull request #1353 from KohakuBlueleaf/train_resume_step
...
Resume correct step for "resume from state" feature.
2024-06-04 19:30:11 +09:00
Kohya S
e5bab69e3a
fix alpha mask without disk cache closes #1351 , ref #1339
2024-06-02 21:11:40 +09:00
Kohaku-Blueleaf
3eb27ced52
Skip the final 1 step
2024-05-31 12:24:15 +08:00
Kohaku-Blueleaf
b2363f1021
Final implementation
2024-05-31 12:20:20 +08:00
Kohya S
0d96e10b3e
Merge pull request #1339 from kohya-ss/alpha-masked-loss
...
Alpha masked loss
2024-05-27 21:41:16 +09:00
Kohya S
fc85496f7e
update docs for masked loss
2024-05-27 21:25:06 +09:00
Kohya S
2870be9b52
Merge branch 'dev' into alpha-masked-loss
2024-05-27 21:08:43 +09:00
Kohya S
71ad3c0f45
Update masked_loss_README-ja.md
...
add sample images
2024-05-27 21:07:57 +09:00
Kohya S
ffce3b5098
Merge pull request #1349 from rockerBOO/patch-4
...
Update issue link
2024-05-27 21:00:46 +09:00
Kohya S
a4c3155148
add doc for mask loss
2024-05-27 20:59:40 +09:00
Kohya S
58cadf476b
Merge branch 'dev' into alpha-masked-loss
2024-05-27 20:02:32 +09:00
Dave Lage
d50c1b3c5c
Update issue link
2024-05-27 01:11:01 -04:00
Kohya S
e8cfd4ba1d
fix to work cond mask and alpha mask
2024-05-26 22:01:37 +09:00
Kohya S
fb12b6d8e5
Merge pull request #1347 from rockerBOO/lora-plus-log-info
...
Add LoRA+ LR Ratio info message to logger
2024-05-26 19:45:03 +09:00
rockerBOO
00513b9b70
Add LoRA+ LR Ratio info message to logger
2024-05-23 22:27:12 -04:00