Version 0.8.6 #1212

kohya-ss merged 98 commits into main from dev
kohya-ss
BootsofLagrangian support deepspeed
dfe08f39
BootsofLagrangian fix offload_optimizer_device typo
64873c1b
BootsofLagrangian fix vae type error during training sdxl
2824312d
BootsofLagrangian fix all trainer about vae
4295f91d
BootsofLagrangian maybe fix branch to run offloading
3970bf40
BootsofLagrangian apply offloading method runable for all trainer
7d2a9268
BootsofLagrangian fix full_fp16 compatible and train_step
62556619
BootsofLagrangian remove test requirements
2445a5b7
BootsofLagrangian forgot setting mixed_precision for deepspeed. sorry
a98fecae
BootsofLagrangian the reason not working grad accum steps found. it was becasue of my a…
03f0816f
BootsofLagrangian refactored codes, some function moved into train_utils.py
4d5186d1
kohya-ss add some new dataset settings
577e9913
kohya-ss add minimal impl for masked loss
f2c727fc
kohya-ss update readme
17519362
kohya-ss fix typo
4a5546d4
kohya-ss Merge branch 'main' into dev
074d32af
kohya-ss Merge branch 'deep-speed' into deepspeed
eefb3cc1
kohya-ss Merge pull request #1101 from BootsofLagrangian/deepspeed
0e4a5738
kohya-ss make deepspeed_utils
e3ccf8fb
kohya-ss support masked loss in sdxl_train ref #589
a9b64ffb
kohya-ss add doc about Colab/rich issue
14c9372a
Horizon1704 Add "encoding='utf-8'"
124ec458
gesen2egee save state on train end
095b8035
gesen2egee Update train_network.py
d282c450
kohya-ss Merge branch 'dev' into masked-loss
74c266a5
kohya-ss Merge branch 'dev' into deep-speed
97524f1b
KohakuBlueleaf random ip_noise_gamma strength
948029fe
KohakuBlueleaf random noise_offset strength
86399407
KohakuBlueleaf use correct settings for parser
53954a1e
kohya-ss Merge branch 'main' into dev
0a8ec522
kohya-ss fix doc
443f0294
kohya-ss Merge branch 'dev' into masked-loss
0ef4fe70
kohya-ss extension of src image could be different than target image
7081a0cf
kohya-ss common masked loss func, apply to all training script
3419c3de
kohya-ss Merge branch 'dev' into deep-speed
86e40fab
sdbds Update tag_images_by_wd14_tagger.py
a7dff592
sdbds Update requirements.txt
5410a8c7
sdbds Update requirements.txt
a71c35cc
sdbds fix typo
6c51c971
kohya-ss Merge branch 'main' into dev
e281e867
kohya-ss Merge pull request #1192 from sdbds/main
7da41be2
kohya-ss tagger now stores model under repo_id subdir
80dbbf5e
kohya-ss Merge pull request #1177 from KohakuBlueleaf/random-strength-noise
cf09c6aa
darkstorm2150 English Translation of config_README-ja.md (#1175)
46331a9e
kohya-ss update readme
5f6196e4
kohya-ss Merge pull request #1167 from Horizon1704/patch-1
119cc99f
kohya-ss update readme
3b0db0f1
kohya-ss Merge pull request #1168 from gesen2egee/save_state_on_train_end
bf6cd4b9
kohya-ss update option help and readme
855add06
kohya-ss Merge branch 'dev' into masked-loss
9b6b39f2
kohya-ss Merge branch 'dev' into deep-speed
fbb98f14
BootsofLagrangian Fix most of ZeRO stage uses optimizer partitioning
d9456020
kohya-ss Merge pull request #1200 from BootsofLagrangian/deep-speed
a35e7bd5
kohya-ss update dataset config doc
d17c0f50
kohya-ss format by black
594c7f70
kohya-ss support multiline captions ref #1155
f4a4c11c
feffy380 register reg images with correct subset
0c7baea8
kohya-ss disable sample_every_n_xxx if value less than 1 ref #1202
79d1c12a
kohya-ss update readme
691f0432
kohya-ss Merge pull request #1205 from feffy380/patch-1
ad97410b
kohya-ss update readme and typing hint
381c4495
KohakuBlueleaf [Experimental] Add cache mechanism for dataset groups to avoid long w…
ae97c8bf
kohya-ss refactor metadata caching for DreamBooth dataset
02534721
kohya-ss Merge branch 'dev' into masked-loss
8d585882
kohya-ss Merge branch 'dev' into deep-speed
993b2ab4
kohya-ss format by black
1648ade6
kohya-ss update PyTorch version and reorganize dependencies
9bbb28c3
kohya-ss fix pytorch version 2.1.1 to 2.1.2
9c4492b5
kohya-ss Merge branch 'dev' into deep-speed
c24422fb
kohya-ss make each script consistent, fix to work w/o DeepSpeed
a2b85316
kohya-ss Merge pull request #1139 from kohya-ss/deep-speed
ea05e3fd
kohya-ss Merge branch 'dev' into masked-loss
ab1e3893
kohya-ss Merge pull request #1207 from kohya-ss/masked-loss
5a2afb35
kohya-ss Merge branch 'dev' into dataset-cache
c86e3560
kohya-ss Merge pull request #1206 from kohya-ss/dataset-cache
78e0a763
kohya-ss update readme
6c08e97e
Disty0 Add OpenVINO and ROCm ONNX Runtime for WD14
6f7e93d5
kohya-ss Merge pull request #1213 from Disty0/dev
b86af679
Disty0 Rating support for WD Tagger
dd9763be
Disty0 fix typo
954731d5
Disty0 IPEX fix pin_memory
4012fd24
Disty0 Add --use_rating_tags and --character_tags_first for WD Tagger
bc586ce1
kohya-ss fix to work with num_beams>1 closes #1149
f1f30ab4
kohya-ss Merge branch 'dev' of https://github.com/kohya-ss/sd-scripts into dev
ae3f6257
kohya-ss update readme
434dc408
kohya-ss Merge pull request #1216 from Disty0/dev
6ba84288
kohya-ss update wd14 tagger and doc
cae5aa0a
kohya-ss update tagger doc
f5323e3c
kohya-ss update tagger doc
2c2ca9d7
kohya-ss fix typo
059ee047
kohya-ss add save/load hook to remove U-Net/TEs from state
2258a1b7
kohya-ss fix attention couple+deep shink cause error in some reso
b748b48d
kohya-ss verify command line args if wandb is enabled
cd587ce6
kohya-ss Merge pull request #1240 from kohya-ss/verify-command-line-args
921036dd
kohya-ss update readme
089727b5
kabachuha Add option to use Scheduled Huber Loss in all training pipelines to i…
90b18795
kohya-ss update readme, add metadata for network module
d30ebb20
kohya-ss update readme
dfa30790
kohya-ss kohya-ss merged 683f3d6a into main 2 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
No reviews
Assignees
No one assigned
Labels
Milestone