extend

Basic data handling: ListExtend

Extends a LIST by appending elements from another LIST. This node takes two LIST objects as input and returns a new LIST that contains all elements from both lists.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
list1LISTrequired
list2LISTrequired

Outputs (1)

NameType
LISTLIST