ComfyUI Node
Anime TIMM Classifier
Predict anime tags from images using timm models
Anime TIMM Classifier
- image
- tags
- confidence_scores
- raw_output
- general_tags
- character_tags
- artist_tags
- rating_tags
◄threshold0.35►
◄model_repoanimetimm/caformer_s36.dbv4-full►
◄include_generaltrue►
◄include_charactertrue►
◄include_artistfalse►
◄include_ratingtrue►
◄replace_underscoretrue►
◄use_custom_thresholdfalse►
CategoryAnimeTimm
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image for tag prediction | |
| threshold | FLOAT | 0.350–1 | Threshold for tag prediction confidence |
| model_repo | COMBO | animetimm/caformer_s36.dbv4-full | Model to use for tag prediction |
| include_general | BOOLEAN | true | Include general tags in output |
| include_character | BOOLEAN | true | Include character tags in output |
| include_artist | BOOLEAN | false | Include artist tags in output |
| include_rating | BOOLEAN | true | Include rating tags in output |
| replace_underscore | BOOLEAN | true | Replace the underscore (_) in tags. |
| use_custom_threshold | BOOLEAN | false | Use the custom threshold instead of best threshold from selected_tags.csv |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| tags | STRING | — |
| confidence_scores | FLOAT | — |
| raw_output | STRING | — |
| general_tags | STRING | — |
| character_tags | STRING | — |
| artist_tags | STRING | — |
| rating_tags | STRING | — |