KohyaSS/diffusers_fine_tuning
2022-11-25 21:30:18 -05:00
..
clean_captions_and_tags.py Update diffusers fine tuning code 2022-11-25 21:30:18 -05:00
fine_tune.py Update diffusers fine tuning code 2022-11-25 21:30:18 -05:00
fine_tuning_utils.py Update diffuser_fine_tuning version 2022-11-14 09:48:09 -05:00
hypernetwork_nai.py Add v8 of train_db_fixed.py 2022-11-09 20:48:27 -05:00
make_captions.py Update diffusers fine tuning code 2022-11-25 21:30:18 -05:00
merge_captions_to_metadata.py Update diffusers fine tuning code 2022-11-25 21:30:18 -05:00
merge_dd_tags_to_metadata.py Add v8 of train_db_fixed.py 2022-11-09 20:48:27 -05:00
prepare_buckets_latents.py Add v8 of train_db_fixed.py 2022-11-09 20:48:27 -05:00
README.md Update diffusers fine tuning code 2022-11-25 21:30:18 -05:00
requirements.txt Add v8 of train_db_fixed.py 2022-11-09 20:48:27 -05:00
tag_images_by_wd14_tagger.py Update diffusers fine tuning code 2022-11-25 21:30:18 -05:00

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).