Visit ComfyUI Online for ready-to-use ComfyUI environment
Create composite image grids with flexibility in dimensions, padding, and randomization for efficient visualization and comparison.
The ImageGridCompose
node is designed to help you create a composite image grid from a collection of individual images. This node is particularly useful for visualizing multiple images in a structured and organized manner, making it easier to compare and analyze them side by side. By arranging images into a grid format, you can achieve a cohesive and aesthetically pleasing presentation. The node offers flexibility in terms of grid dimensions, padding, and randomization, allowing you to customize the output to suit your specific needs. Whether you are creating a collage, a storyboard, or simply organizing your images, ImageGridCompose
provides a straightforward and efficient solution.
This parameter accepts a collection of images that you want to arrange into a grid. The images should be in a compatible format and will be processed to fit into the specified grid dimensions.
This integer parameter determines the number of images to be placed in each row of the grid. It has a default value of 3, with a minimum value of 2 and a maximum value of 8. Adjusting this parameter will change the layout of the grid, affecting how many images are displayed horizontally.
This boolean parameter specifies whether to add padding between the images in the grid. The default value is False
. When set to True
, a padding of 8 pixels will be added between images, creating a more spaced-out grid.
This boolean parameter controls whether the images should be randomly shuffled before being arranged in the grid. The default value is False
. When set to True
, the images will be displayed in a random order, which can be useful for creating varied and dynamic compositions.
This integer parameter sets the random seed for shuffling the images when the random
parameter is enabled. It has a default value of 0 and can range from 0 to 0xffffffffffffffff. Setting a specific seed ensures reproducibility of the random order.
The output is a single composite image that contains the input images arranged in the specified grid format. This composite image can be used for further processing, analysis, or presentation.
x_dim
values to find the optimal grid layout for your images.pad_grid
option to add spacing between images, which can help to distinguish individual images more clearly.random
parameter to shuffle images and create a dynamic and varied grid. Set the rs
parameter to a specific value to reproduce the same random order if needed.x_dim
parameter is set to a value outside the allowed range (2-8).x_dim
parameter to a value between 2 and 8.rs
parameter is set to a value outside the allowed range (0 to 0xffffffffffffffff).rs
parameter is within the valid range.x_dim
parameter to create a smaller grid.© Copyright 2024 RunComfy. All Rights Reserved.