ComfyUI Node
Compare Numbers to Combo
A ComfyUI node in PrzewodoUtils with 5 inputs and 1 output.
Compare Numbers to Combo
- *
◄a—►
◄b—►
◄comparisona == b►
◄string_true►
◄string_false►
CategoryPrzewodoUtils
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| a | INT | First number to compare (left side of comparison). | |
| b | INT | Second number to compare (right side of comparison). | |
| comparison | COMBO | a == b | Comparison operation to perform between numbers a and b (==, !=, <, >, <=, >=). |
| string_true | STRING | Value to return when the comparison is true. Can be any string or value. | |
| string_false | STRING | Value to return when the comparison is false. Can be any string or value. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |