enumerate
Basic data handling: SetEnumerate
Enumerates elements in a SET. This node takes a SET as input and returns a LIST of tuples where each tuple contains an index and a value from the SET. The start parameter specifies the initial index value (default is 0). Note: Since SETs are unordered, the enumeration order is arbitrary but consistent within a single operation.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (2)
Outputs (1)
| Name | Type |
|---|---|
| LIST | LIST |