Nodes/ComfyUI_webapp/Combine lists
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.

By MonkeyProof-Solutions-BV·Created 6 months ago·Updated 3 months ago· 2
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)

NameTypeDefaultDescription
methodCOMBOList 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)

NameTypeDescription
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