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 Batch Images node combines multiple individual images into a single batch. It takes a variable number of image inputs and outputs them as one batched image tensor, allowing them to be processed together in subsequent nodes.

Inputs

ParameterData TypeRequiredRangeDescription
imagesIMAGEYes2 to 50 inputsA dynamic list of image inputs. You can add between 2 and 50 images to be combined into a batch. The node interface allows you to add more image input slots as needed.
Note: You must connect at least two images for the node to function. The first input slot is always required, and you can add more using the ”+” button that appears in the node interface.

Outputs

Output NameData TypeDescription
outputIMAGEA single batched image tensor containing all the input images stacked together.