ComfyUI Node
>=
Checks if the first value is greater than or equal to the second. This node takes two numerical inputs and returns True if the first value is greater than or equal to the second value, and False otherwise.
>=
- value1
- value2
- result
CategoryBasic/comparison
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| value1 | FLOAT,INT | — | |
| value2 | FLOAT,INT | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| result | BOOLEAN | — |