ComfyUI Node
PixAI Tagger (Deprecated)
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 (Deprecated)
- image
- general
- character
- ip
- result_json
◄modethreshold►
◄threshold_general0.30►
◄threshold_character0.85►
◄topk_general25►
◄topk_character10►
◄deviceauto►
CategoryInfo-Prompt-Toolkit/Prompt
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Input image batch to classify with the local PixAI tagger bundle. | |
| mode | COMBO | threshold | threshold keeps tags above category thresholds in score order. topk keeps the top-K tags per category. |
| threshold_general | FLOAT | 0.300–1 | Threshold for general tags when mode=threshold. |
| threshold_character | FLOAT | 0.850–1 | Threshold for character tags when mode=threshold. |
| topk_general | INT | 250–2048 | Number of general tags kept when mode=topk. |
| topk_character | INT | 100–2048 | Number of character tags kept when mode=topk. |
| device | COMBO | auto | Execution device for the local PixAI tagger runtime. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| general | STRING | — |
| character | STRING | — |
| ip | STRING | — |
| result_json | STRING | — |