Image batch pre-process for Stable Diffusion traning.
- Categorize images by tag
- Upscale or downscale images to a size suitable for training. ( Keep high quality as possible. )
Need python.
Run "_install.bat"
- Open "1_classify_tags.bat" File.
- Write Images Directory to first line. - like as "set DIR_IN=C:\Pictures"
- Save
- Run "1_classify_tags.bat"
- Open "2_adjust_size.bat" File.
- Write Images Directory to first line - like as "set DIR_IN=C:\Pictures"
- Write resolution you want to train. - like as "set RES=512" or "set RES=768" or "set RES=1024"
- Save
- Run "2_adjust_size.bat"