ComfyUI Node
OppaiOracle Tagger
Runs the local OppaiOracle safetensors bundle from ComfyUI models/oppai_oracle/ without onnxruntime and returns prompt-ready anime tags.
OppaiOracle Tagger
- image
- tags
- rating
◄variantauto►
◄sort_orderscore►
◄threshold0.75►
◄max_tags45►
◄deviceauto►
CategoryInfo-Prompt-Toolkit/Prompt
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image batch to classify with the local OppaiOracle tagger bundle. | |
| variant | COMBO | auto | Model variant to load. auto prefers V1.1, then V1.0. |
| sort_order | COMBO | score | Order for selected tags. score keeps highest-confidence tags first; tag_id uses vocabulary order. |
| threshold | FLOAT | 0.750–1 | Only tags with this score or higher are considered. |
| max_tags | INT | 450–4096 | Maximum tags returned per image. Selection is score-based before sort_order is applied. |
| device | COMBO | auto | Execution device for the local OppaiOracle runtime. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| tags | STRING | — |
| rating | STRING | — |