ComfyUI Node
⚡| Image Grid Builder
Generate a grid containing all images passed as input.
⚡| Image Grid Builder
- images
- IMAGE
◄bannernone►
◄banner_height144►
◄text—►
◄text_color#555►
◄lines_color#000►
◄banner_color#FFF►
◄font_nameopen_sans►
◄font_size64►
◄columns0►
◄image_scale0.5►
◄image_spacing8►
Category⚡Z-Image/utils
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| images | COMFY_AUTOGROW_V3 | — | |
| banner | COMBO | none | Choose to add a header, footer, or no banner to the grid. |
| banner_height | INT | 1440–2048 | The height of the banner in pixels. |
| text | STRING | The text to be displayed in the header or footer. | |
| text_color | STRING | #555 | The color of the text in the banner, expressed in hexadecimal format (e.g., #FFFFFF for white). |
| lines_color | STRING | #000 | The color of the lines in the grid, expressed in hexadecimal format (e.g., #000000 for black). |
| banner_color | STRING | #FFF | The background color of the banner, expressed in hexadecimal format (e.g., #FFFFFF for white). |
| font_name | COMBO | open_sans | The font to be used for the banner text. |
| font_size | INT | 648–256 | Size of the font used for the banner text. |
| columns | INT | 00–64 | The number of columns in the grid. Set to 0 for unlimited columns, arranging images horizontally. |
| image_scale | FLOAT | 0.50–1 | Adjust the scale of the images in the grid. |
| image_spacing | INT | 80–256 | The spacing between images in the grid. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | Output image with the grid and the optional banner text. |