Visit ComfyUI Online for ready-to-use ComfyUI environment
Concatenate multiple images into a single image horizontally or vertically using ImageMagick.
The ImageMagick Concat node is designed to concatenate multiple images into a single image, either horizontally or vertically. This node is particularly useful when you want to create a composite image from several individual images, such as creating a collage or a sprite sheet. By leveraging the powerful capabilities of ImageMagick, this node ensures that the concatenation process is efficient and maintains the quality of the original images. The primary goal of this node is to streamline the process of combining images, making it easier for you to manage and manipulate multiple images within your AI art projects.
This parameter represents the image or images that you want to concatenate. It accepts an input of type IMAGE
, which can be a single image or a sequence of images. The images provided will be concatenated based on the stacked
parameter.
This boolean parameter determines the direction in which the images will be concatenated. If set to False
(the default value), the images will be concatenated horizontally. If set to True
, the images will be concatenated vertically. This parameter allows you to control the layout of the concatenated image, making it flexible for different use cases.
The output of this node is a single concatenated image of type IMAGE
. This image is the result of combining the input images based on the specified stacked
parameter. The output image maintains the quality and properties of the original images, providing a seamless composite image that can be used in further processing or as a final output.
stacked
parameter is set to False
.stacked
parameter to True
.IMAGE
. If the input is not a valid image, the node will not execute correctly.© Copyright 2024 RunComfy. All Rights Reserved.