ComfyUI Node
PixAI Tagger
Runs the local PixAI Tagger v0.9 bundle from ComfyUI models/pixai_tagger/, models/pixai_tagger/v0.9/, or models/wd14_tagger/pixai/pixai-labs_pixai-tagger-v0.9/ and returns prompt-ready tags.
PixAI Tagger
- image
- general
- character
- ip
◄variantauto►
◄sort_orderscore►
◄threshold_general0.25►
◄threshold_character0.85►
◄max_tags_general45►
◄max_tags_character10►
◄deviceauto►
CategoryInfo-Prompt-Toolkit/Prompt
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image batch to classify with the local PixAI tagger bundle. | |
| variant | COMBO | auto | Model variant to load. auto currently resolves to v0.9. |
| sort_order | COMBO | score | Order for selected general tags. score keeps highest-confidence tags first; tag_id uses vocabulary order. Character and IP outputs keep their existing score order. |
| threshold_general | FLOAT | 0.250–1 | Only general tags with this score or higher are considered. |
| threshold_character | FLOAT | 0.850–1 | Only character tags with this score or higher are considered. |
| max_tags_general | INT | 450–2048 | Maximum general tags returned per image. Selection is score-based before sort_order is applied. |
| max_tags_character | INT | 100–2048 | Maximum character tags returned per image. Character and IP outputs keep their existing score order. |
| device | COMBO | auto | Execution device for the local PixAI tagger runtime. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| general | STRING | — |
| character | STRING | — |
| ip | STRING | — |