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