all
Basic data handling: SetAll
Checks if all elements in the SET are true. This node takes a SET as input and returns True if all elements in the SET evaluate to True (or if the SET is empty), and False otherwise.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| set | SET | required |
Outputs (1)
| Name | Type |
|---|---|
| all_true | BOOLEAN |