ComfyUI Node
PixlStash Picture Likeness Gate
A ComfyUI node in PixlStash with 4 inputs and 5 outputs.
PixlStash Picture Likeness Gate
- image
- pixlstash_set
- accepted
- rejected
- accepted_count
- rejected_count
- pixlstash_set
◄combinemin►
◄threshold0.25►
CategoryPixlStash
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | The batch of generations to judge. Each frame is scored individually and routed to either the accepted or the rejected output. | |
| pixlstash_set | PIXLSTASH_SET | Wire from a Set Loader. Every generation is scored against this set's pictures — the bar each frame has to clear to be accepted. | |
| combine | COMBO | min | How to combine a frame's per-reference scores. min: must match every picture in the set (a [monkey, banana, bicycle] set keeps only frames showing all three). max: match any one. mean / harmonic_mean / geometric_mean: balance between. |
| threshold | FLOAT | 0.250–1 | Minimum combined likeness score [0–1] a frame must reach to be accepted. Read the scores logged after a run (min / median / max) to set the cut between the off-target and on-target frames. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| accepted | IMAGE | — |
| rejected | IMAGE | — |
| accepted_count | INT | — |
| rejected_count | INT | — |
| pixlstash_set | PIXLSTASH_SET | — |