fallenl's picture
Update README.md
257abf4
---
license: mit
---
# **This serves as a repo for sharing some tools that I made for processing Lora training dataset.**
## sort_image.py
- Description: A simple python script that puts images with certain format into different folders 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.*