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 Image Grid node combines multiple images into a single, organized grid or collage. It takes a list of images and arranges them into a specified number of columns, resizing each image to fit a defined cell size and adding optional padding between them. The result is a single, new image containing all the input images in a grid layout.

Inputs

ParameterData TypeRequiredRangeDescription
imagesIMAGEYes-A list of images to be arranged into the grid. The node requires at least one image to function.
columnsINTNo1 - 20The number of columns in the grid (default: 4).
cell_widthINTNo32 - 2048The width, in pixels, of each cell in the grid (default: 256).
cell_heightINTNo32 - 2048The height, in pixels, of each cell in the grid (default: 256).
paddingINTNo0 - 50The amount of padding, in pixels, to place between images in the grid (default: 4).

Outputs

Output NameData TypeDescription
imageIMAGEThe single output image containing all the input images arranged in a grid.