Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Create List node combines multiple inputs into a single, sequential list. It takes any number of inputs of the same data type and concatenates them in the order they are connected. This node is useful for preparing batches of data, such as images or text, to be processed by other nodes in a workflow.

Inputs

ParameterData TypeRequiredRangeDescription
input_*VariesYesAnyA variable number of input slots. You can add more inputs by clicking the plus (+) icon. All inputs must be of the same data type (e.g., all IMAGE or all STRING).
Note: The node will automatically create new input slots as you connect items. All connected inputs must share the same data type for the node to function correctly.

Outputs

Output NameData TypeDescription
listVariesA single list containing all the items from the connected inputs, concatenated in the order they were provided. The output data type matches the input data type.