Anime Tagger
sdnext_taggerGenerate Danbooru-style anime tags for an image using wd-tagger/DeepDanbooru models, with adjustable tag count, thresholds, and exclusions.
Instructions
Tag an image with anime tags (Danbooru-style) using wd-tagger / DeepDanbooru (SD.Next /sdapi/v1/tagger). Model names from sdnext_list_tagger_models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Base64-encoded image (raw base64, data: URL, or "upload:<id>" ref). | |
| model | No | Tagger model, default "wd-eva02-large-tagger-v3". | |
| max_tags | No | Max tags (default 74). | |
| threshold | No | Overall tag threshold (default 0.5). | |
| sort_alpha | No | ||
| use_spaces | No | ||
| show_scores | No | Return per-tag scores. | |
| exclude_tags | No | Comma-separated tags to exclude. | |
| include_rating | No | ||
| escape_brackets | No | ||
| character_threshold | No | Character tag threshold (default 0.85). |