mirror of https://github.com/bmaltais/kohya_ss
|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| clean_captions_and_tags.py | ||
| fine_tune.py | ||
| fine_tuning_utils.py | ||
| hypernetwork_nai.py | ||
| make_captions.py | ||
| merge_captions_to_metadata.py | ||
| merge_dd_tags_to_metadata.py | ||
| prepare_buckets_latents.py | ||
| requirements.txt | ||
| tag_images_by_wd14_tagger.py | ||
README.md
Diffusers Fine Tuning
This subfolder provide all the required tools to run the diffusers fine tuning version found in this note: https://note.com/kohya_ss/n/nbf7ce8d80f29
Releases
11/23 (v3):
- Added WD14Tagger tagging script.
- A log output function has been added to the fine_tune.py. Also, fixed the double shuffling of data.
- Fixed misspelling of options for each script (caption_extention→caption_extension will work for the time being, even if it remains outdated).