ComfyUI Node
Combine lists
List utility functions - output slots for which no value exists return [None]. - Merge lists to one list - Get all combinations (Cartesian product) - Filter lists by the truthy values in the last list. - Shorten all lists to the length of the shortest one. - Expand the lists to the length of the longest one by repeating the first, last or all items in the list.
Combine lists
- list_1
- list_2
- list_3
- list_4
- list_5
- list_1
- list_2
- list_3
- list_4
- list_5
◄method▾►
Categoryutils/list
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| method | COMBO | List combination method | |
| list_1 | * | List input #1 | |
| list_2 | * | List input #2 | |
| list_3opt | * | List input #3 | |
| list_4opt | * | List input #4 | |
| list_5opt | * | List input #5 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| list_1 | * | List output #1 |
| list_2 | * | List output #2 |
| list_3 | * | List output #3 |
| list_4 | * | List output #4 |
| list_5 | * | List output #5 |