File size: 405 Bytes
2443732
 
 
5abfbaa
285a52d
 
 
257abf4
7b75a86
1
2
3
4
5
6
7
8
9
---
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.*