ComfyUI Node
zip
Combines multiple lists element-wise. This node takes multiple Data Lists as input and returns a new Data List where each item is a list containing the corresponding elements from the input lists. The length of the output list will be equal to the length of the shortest input list.
zip
- list1
- list2
- list3
- list4
- list
CategoryBasic/Data List
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| list1 | * | — | |
| list2 | * | — | |
| list3opt | * | — | |
| list4opt | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | * | — |