--- license: mit --- # **This serves as a repo for sharing some tools that I made for processing Lora training dataset.** ## sort_image.py Discription: A simple python script that puts images with certain format into different folder for upscaling based on images' resolution. Only images in current directory would be sorted (images in sub-directories would not be sorted). Requirement: Python 3.*