An electron app to help with quickly cropping and captioning images to build a consistent dataset for LoRA training.
- Comprehensive keyboard shortcuts (arrow keys to navigate, type to tag, enter to save)
- Saves images alongside .txt sidecar files with captions/tags. Also stores a .json with all selections for folder.
- Keeps track of tags used on other images for re-use
- Optimized for manual tagging on smaller datasets for optimal LoRA training
$ npm install$ npm run dev# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux