ComfyUI Node
Pass / Fail Route
Copies the input image to PASS_IMAGE or FAIL_IMAGE based on score >= threshold. This does NOT prevent ComfyUI from executing nodes connected to the unused output. For true conditional execution, wire expensive branches through a lazy switch (ComfyUI Switch / KJNodes LazySwitch) driven by the 'passed' flag.
Pass / Fail Route
- image
- PASS_IMAGE
- FAIL_IMAGE
- passed
◄score0.000►
◄threshold0.60►
CategoryOrel's Nodes/Face
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| score | FLOAT | 0.000-1–2 | — |
| threshold | FLOAT | 0.60-1–2 | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| PASS_IMAGE | IMAGE | — |
| FAIL_IMAGE | IMAGE | — |
| passed | BOOLEAN | — |