ComfyUI Node
convert to LIST
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.
convert to LIST
- set
- LIST
CategoryBasic/SET
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| set | SET | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |