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

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `images` | A list of images to be arranged into the grid. The node requires at least one image to function. | IMAGE | Yes | - |
| `columns` | The number of columns in the grid (default: 4). | INT | No | 1 - 20 |
| `cell_width` | The width, in pixels, of each cell in the grid (default: 256). | INT | No | 32 - 2048 |
| `cell_height` | The height, in pixels, of each cell in the grid (default: 256). | INT | No | 32 - 2048 |
| `padding` | The amount of padding, in pixels, to place between images in the grid (default: 4). | INT | No | 0 - 50 |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `image` | The single output image containing all the input images arranged in a grid. | IMAGE |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ImageGrid/en.md)

---
**Source fingerprint (SHA-256):** `87bc0af8af33a0fd703f13fec782075502c9562847fa3887a2273afa5b28c47e`
