Commit Graph

1665 Commits

Author SHA1 Message Date
Kohya S
223640e1ae Add updates. 2023-01-09 14:49:56 +09:00
Kohya S
fbaf373c8a fix gradient accum not used for lr schduler 2023-01-09 13:13:37 +09:00
Kohya S
6b62c44022 fix errors in fine tuning 2023-01-08 21:40:40 +09:00
Kohya S
1945fa186d Show error if caption isn't UTF-8, add bmp support 2023-01-08 18:50:52 +09:00
Kohya S
82e585cf01 Fix full_fp16 and clip_skip==2 is not working 2023-01-08 18:49:34 +09:00
Kohya S
80af4c0c42 Set dtype if text encoder is not trained at all 2023-01-07 21:43:27 +09:00
Kohya S
9f1d3aca24 add save_state_on_train end, fix reg imgs repeats 2023-01-07 20:20:37 +09:00
Kohya S
2efced0a9a fix training starts with debug_dataset 2023-01-07 20:19:25 +09:00
Kohya S
40d1bf3809 Merge branch 'main' into refactoring_training 2023-01-07 18:08:21 +09:00
breakcore2
4735b21318 add .bmp support for wd14 tagger 2023-01-06 22:21:06 -08:00
Kohya S
fac1813ac0 Merge branch 'main' of https://github.com/kohya-ss/sd-scripts 2023-01-07 12:29:07 +09:00
Kohya S
cbfe8126d6 Update readme for error: fp16 ... requires a GPU 2023-01-07 12:29:03 +09:00
Kohya S
54928fac7b Merge pull request #43 from kohya-ss/dev
Approximate difference of two models with LoRA, support multiple modules in generating
2023-01-06 21:38:56 +09:00
Kohya S
39a0293800 Merge branch 'main' into dev 2023-01-06 21:36:19 +09:00
Kohya S
4dd22f4dc8 add script to approximate diff of two models 2023-01-06 21:36:01 +09:00
Kohya S
1b222dbf9b erase using of deleted property 2023-01-06 17:13:56 +09:00
Kohya S
d62725b644 Update README.md
update link to dreambooth doc
2023-01-05 21:35:47 +09:00
Kohya S
dcd101b3d5 Create train_db_README-ja.md
note.comからコピーして修正した
2023-01-05 21:31:41 +09:00
Kohya S
f56988b252 unify dataset and save functions 2023-01-05 08:10:22 +09:00
Kohya S
6d10233a53 Support multiple additional networks 2023-01-04 08:32:22 +09:00
Kohya S
4c35006731 split common function from train_network to util 2023-01-03 20:22:25 +09:00
Kohya S
e31177adf3 Merge branch 'refactoring_training' of https://github.com/kohya-ss/sd-scripts into refactoring_training 2023-01-02 16:14:45 +09:00
Kohya S
6b522b34c1 move code for xformers to train_util 2023-01-02 16:08:21 +09:00
Kohya S
305bda2928 Merge pull request #31 from shirayu/add_save_last_n_epochs
Add --save_last_n_epochs option
2023-01-02 08:46:07 +09:00
Yuta Hayashibe
85d8b49129 Fix calculation for the old epoch 2023-01-01 23:36:20 +09:00
Yuta Hayashibe
61a61c51ee Add --save_last_n_epochs option 2023-01-01 21:46:38 +09:00
Kohya S
bda0e8333c Merge pull request #29 from kohya-ss/dev
rename another position_ids key (supports wd v1.4)
v0.2.0
2023-01-01 09:23:42 +09:00
Kohya S
f192338874 rename another position_ids key (supports wd v1.4) 2023-01-01 09:17:16 +09:00
Kohya S
885fd9ec90 Merge pull request #25 from shirayu/fix_typos
Fix typos
2022-12-31 19:51:51 +09:00
Yuta Hayashibe
0f20453997 Fix typos 2022-12-31 14:39:36 +09:00
Kohya S
8215f12c45 Merge pull request #22 from kohya-ss/dev
set default dataset_repeats to 1, resolution check
2022-12-29 20:13:12 +09:00
Kohya S
64de791f2c set default dataset_repeats to 1, resolution check 2022-12-29 20:12:09 +09:00
Kohya S
7e51bd837e Update README.md
Add link to training LoRA documentation.
2022-12-26 12:24:18 +09:00
Kohya S
eed13e6cb5 Add about image generation script. 2022-12-25 22:43:45 +09:00
Kohya S
7ada935dfc Add readme for LoRA training. 2022-12-25 22:37:46 +09:00
Kohya S
a39a3b4a3d Merge pull request #16 from kohya-ss/dev
Add LoRA training/generating.
2022-12-25 21:36:10 +09:00
Kohya S
445b34de1f Add LoRA training/generating. 2022-12-25 21:34:59 +09:00
Kohya S
96d695dd83 Merge pull request #13 from kohya-ss/dev
Fix npz file name for images with dots #12
2022-12-24 21:25:55 +09:00
Kohya S
da05ad6339 Fix npz file name for images with dots #12 2022-12-24 21:23:40 +09:00
Kohya S
bda3c7f27a Merge pull request #11 from kohya-ss/dev
Fix conversion error for v1 Diffusers->ckpt. closes #10
2022-12-23 12:37:10 +09:00
Kohya S
3800e145bd Fix conversion error for v1 Diffusers->ckpt. #10 2022-12-23 12:32:11 +09:00
Kohya S
d904bb76c0 Merge pull request #8 from kohya-ss/dev
Fix text encoder training is not stopped #4. closes #4
2022-12-22 23:36:54 +09:00
Kohya S
0a884da984 Fix text encoder training is not stopped #4 2022-12-22 23:34:51 +09:00
Kohya S
689c8414df Merge pull request #7 from kohya-ss/dev
Merge dev to main.
2022-12-21 22:18:11 +09:00
Kohya S
02b1b2b8fe Merge pull request #6 from kohya-ss/main
Merge pull request #5 from kohya-ss/dev
2022-12-21 22:16:26 +09:00
Kohya S
5f6eb13df9 Update README. 2022-12-21 22:15:16 +09:00
Kohya S
0f398fea65 Update README. 2022-12-21 22:13:09 +09:00
Kohya S
4b68913dbe Create fine_tune_README_ja.md
copy from note .com and update BLIP section.
2022-12-21 22:07:49 +09:00
Kohya S
890f6d5a9c Fix relative path to train dir is not working. 2022-12-21 17:54:31 +09:00
Kohya S
cf7832fbb1 Merge pull request #5 from kohya-ss/dev
Merge dev to main.
2022-12-21 12:30:26 +09:00