Setup
Create requirements:
Install requirements:
pip install -r requirements.txt
My articles:
My Stable Diffusion Models:
Scripts:
Features:
- Visual preview of images.
- Show caption file content for each image.
- Edit caption text.
- Add new text after specific comma to all files.
Features:
- Replace multiple patterns at text.
- Add/remove couples of regex and replacement string.
- Save/load automatically the state to file.
Warning:
- The script not fully debugged. It needs further work.
Features:
- Pull models of user with Civitai API.
- Plot all models on graph with corresponding downloads per model.
- Data pulled periodically and saved to local database.
Features:
- Download files from a list of URLs.
Features:
- files in a directory by their creation date.
Features:
- Crop images by size from each side by pixels.
Features:
- Crop images from each side by percentage
Features:
- Resize images in a directory.
- Delete images smaller than certain size.
Features:
- Check exif data can be read.
- Allow to remove exif from images with problematic exif.
Features:
- Flip images horizontally.
- Option to flip randomly with 50% chance.
Features:
- Rename files in folder, use a pattern.
TODO:
- Need a way to concentrate images with similar aspect ratio to common folders.
Features:
- Images sort into folders by aspect ratio of the image.
TODO:
- Download by model URL or model name.
Features:
- Download model from Civitai using list and configuration in the file: download_config.json.
- Can download multiple models at same time.
TODO:
- Fix export to file wrong encoding.
Features:
- Print Exif info to screen.