Voltar
Image Stitch  2x2 Grid

This ComfyUI workflow is designed to seamlessly combine four separate images into a cohesive 2x2 grid, outputting a single image with a resolution of 2048x2048 pixels. The workflow employs several key nodes to ensure each image fits perfectly within the grid, even if the input images vary in size. The `LoadImage` nodes are used to bring in the individual images, which are then processed through the `ResizeImageMaskNode` to standardize their dimensions. This resizing step is crucial for maintaining the grid's uniformity and ensuring each image aligns correctly. The `ImageStitch` nodes are the core of this workflow, first joining the top-left and top-right images into a single row, and then the bottom-left and bottom-right images into another row. Finally, a third `ImageStitch` node stacks these two rows vertically to complete the grid. The resulting image is saved using the `SaveImage` node. This workflow is particularly useful for creating composite images for presentations, social media posts, or any application where a unified image layout is desired.