fallenl commited on
Commit
257abf4
1 Parent(s): 6811650

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,5 +5,5 @@ license: mit
5
  # **This serves as a repo for sharing some tools that I made for processing Lora training dataset.**
6
 
7
  ## sort_image.py
8
- - Discription: 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).
9
  - Requirement: Python 3.*
 
5
  # **This serves as a repo for sharing some tools that I made for processing Lora training dataset.**
6
 
7
  ## sort_image.py
8
+ - 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).
9
  - Requirement: Python 3.*