ComfyUI Node
LC Image Grid 🖼️
Arrange a batch of images into a grid (CR Image Grid–style). Cells are padded to a shared size; optional gap, outline, and outer border.
LC Image Grid 🖼️
- images
- image
◄max_columns3►
◄gap8►
◄cell_pad4►
◄outline_thickness2►
◄border_thickness2►
◄bg_color#000000►
◄outline_color#FFFFFF►
◄border_color#000000►
CategoryLC123/image
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| max_columns | INT | 31–64 | Max images per row. Rows are filled left→right, top→bottom. |
| gap | INT | 80–256 | Space between cells (pixels). |
| cell_pad | INT | 40–256 | Padding inside each cell around the image (before outline). |
| outline_thickness | INT | 20–64 | Outline drawn around each cell image. |
| border_thickness | INT | 20–256 | Outer border around the whole grid. |
| bg_color | STRING | #000000 | Background / gap fill color (#RRGGBB). |
| outline_color | STRING | #FFFFFF | Cell outline color (#RRGGBB). |
| border_color | STRING | #000000 | Outer border color (#RRGGBB). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |