ComfyUI Node
or (generic)
Returns the logical N/OR result of one or more values. This node takes a dynamic number of inputs and returns their logical N/OR result. Note that values are evaluated according Python's rules. I.e. an empty string is `false`, an integer 0 is also `false`, etc.
or (generic)
- item_0
- BOOLEAN
◄invertfalse►
CategoryBasic/BOOLEAN
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| invert | BOOLEAN | false | — |
| item_0opt | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| BOOLEAN | BOOLEAN | — |