Visit ComfyUI Online for ready-to-use ComfyUI environment
Create image grids from frames for easy comparison and analysis, optimizing layout for aesthetic appeal.
The MakeGrid
node is designed to help you create a grid of images from a collection of individual frames. This node is particularly useful for organizing and visualizing multiple images in a structured format, making it easier to compare and analyze them. By specifying the maximum width and height for the grid, you can ensure that the resulting image fits within your desired dimensions. The MakeGrid
node automatically calculates the optimal number of rows and columns to maintain a balanced aspect ratio, ensuring that your grid looks aesthetically pleasing. This node is ideal for creating image collages, contact sheets, or any other application where you need to display multiple images together in a single frame.
This parameter accepts a collection of images that you want to arrange into a grid. Each image in the collection will be treated as a frame in the final grid. The quality and resolution of the input images will directly affect the appearance of the grid.
This parameter sets the maximum width for the resulting grid image. The node will ensure that the final grid does not exceed this width, adjusting the number of columns and the size of each image accordingly. The default value is 2048 pixels, with a minimum of 64 pixels and a maximum of 8000 pixels. The width can be adjusted in steps of 8 pixels.
This parameter sets the maximum height for the resulting grid image. Similar to max_width
, the node will ensure that the final grid does not exceed this height, adjusting the number of rows and the size of each image accordingly. The default value is 2048 pixels, with a minimum of 64 pixels and a maximum of 8000 pixels. The height can be adjusted in steps of 8 pixels.
This output is the final grid image created from the input frames. It is an image that contains all the input frames arranged in a grid format, adhering to the specified maximum width and height constraints.
This output indicates the number of rows in the resulting grid. It helps you understand how the input frames have been distributed vertically in the grid.
This output indicates the number of columns in the resulting grid. It helps you understand how the input frames have been distributed horizontally in the grid.
max_width
and max_height
parameters to fit the grid within your desired display area. This is particularly useful when creating grids for specific screen sizes or print formats.Rows
and Columns
outputs to understand the layout of your grid and make any necessary adjustments to the input frames or grid dimensions.frames
parameter is empty or not correctly specified.frames
parameter.max_width
or max_height
are outside the allowed range (64 to 8000 pixels).max_width
and max_height
values to be within the specified range and ensure they are multiples of 8.max_width
and max_height
values to provide more space for the grid, or reduce the number of input frames to fit within the current constraints.© Copyright 2024 RunComfy. All Rights Reserved.