convert to LIST
Basic data handling: SetToList
Converts a SET into a LIST. This node takes a SET input and creates a new LIST containing all elements from the SET. Note that the order of elements in the resulting LIST is arbitrary since SETs are unordered collections.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| set | SET | required |
Outputs (1)
| Name | Type |
|---|---|
| LIST | LIST |