Now ONLY WORK WD-14
It's fast and easy tagger (and captioner later)
Vibe Coding
Visual Studio Code + Claude Sonet 3.5 + Copilot
Next update will be Joytag Joycaption and Florence-2

Easy Tagger
A simple GUI application for image tagging using the WD-14 model. This tool makes it easy to automatically generate tags for your images with additional customization options.
Features
Support for multiple AI models (WD-14, Florence 2, JoyCaption)
Batch processing of multiple images or folders
Custom output location
Additional tags support
Tag blocking/filtering
Simple and intuitive interface
Installation
Clone this repository:
git clone https://github.com/YOUR_USERNAME/easy-tagger.git
cd easy-taggerCreate a virtual environment and activate it:
python -m venv .venv
# On Windows:
.venv\Scripts\activate
# On Linux/Mac:
source .venv/bin/activateInstall the requirements:
pip install -r requirements.txtUsage
Run the application:
python easy_tagger.pyUsing the interface:
Select Model: Choose the AI model you want to use (WD-14 recommended)
Input Selection:
Choose "Select Files" to tag individual images
Choose "Select Folder" to tag all images in a folder
Output Folder: Choose where to save the tagged images and tag files
Tag Settings:
Additional Tags: Enter any tags you want to add to ALL images
Example:
anime, digital_art, high_qualitySeparate tags with commas
Banned Tags: Enter tags you want to exclude from results
Example:
sensitive, questionable, explicitSeparate tags with commas
Click "Start Tagging" to begin the process
Results:
Tagged images will be copied to the output folder
Each image will have an accompanying
_tags.txtfileThe original images remain unchanged

