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.

By kinorax·Created 4 months ago·Updated 2 months ago· 1
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)

NameTypeDefaultDescription
imageIMAGEInput image batch to classify with the local PixAI tagger bundle.
variantCOMBOautoModel variant to load. auto currently resolves to v0.9.
sort_orderCOMBOscoreOrder 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_generalFLOAT0.250–1Only general tags with this score or higher are considered.
threshold_characterFLOAT0.850–1Only character tags with this score or higher are considered.
max_tags_generalINT450–2048Maximum general tags returned per image. Selection is score-based before sort_order is applied.
max_tags_characterINT100–2048Maximum character tags returned per image. Character and IP outputs keep their existing score order.
deviceCOMBOautoExecution device for the local PixAI tagger runtime.

Outputs (3)

NameTypeDescription
generalSTRING
characterSTRING
ipSTRING