any
Basic data handling: SetAny
Checks if any element in the SET is true. This node takes a SET as input and returns True if at least one element in the SET evaluates to True, and False otherwise (including if the SET is empty).
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| set | SET | required |
Outputs (1)
| Name | Type |
|---|---|
| any_true | BOOLEAN |