ComfyUI Node
PixlStash Face Likeness Gate
A ComfyUI node in PixlStash with 4 inputs and 5 outputs.
PixlStash Face Likeness Gate
- image
- pixlstash_character
- accepted
- rejected
- accepted_count
- rejected_count
- pixlstash_character
◄threshold0.70►
◄combinemean►
CategoryPixlStash
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Batch of generated images to filter. Each frame is scored individually against the reference character. | |
| pixlstash_character | PIXLSTASH_CHARACTER | Wire from a Character Loader. Each input frame is scored by face similarity to this character. | |
| threshold | FLOAT | 0.700–1 | Minimum face-likeness score [0-1] a frame must reach to be accepted. A frame with no detectable face is always rejected. |
| combineopt | COMBO | mean | How to combine a frame's similarity across the character's reference faces. mean: average; max: best matching reference; min: must match every reference; harmonic_mean / geometric_mean: balance between extremes. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| accepted | IMAGE | — |
| rejected | IMAGE | — |
| accepted_count | INT | — |
| rejected_count | INT | — |
| pixlstash_character | PIXLSTASH_CHARACTER | — |