Visit ComfyUI Online for ready-to-use ComfyUI environment
Merge batch images into single composite image for AI artists.
The easy joinImageBatch
node is designed to merge a batch of images into a single, larger image. This node is particularly useful when you want to create a composite image from multiple individual images, either by stacking them horizontally or vertically. This can be beneficial for creating image galleries, collages, or any scenario where you need to visualize multiple images together in a single frame. The node simplifies the process of combining images, ensuring that they are seamlessly joined according to the specified mode, making it an essential tool for AI artists looking to streamline their image processing workflows.
This parameter expects a batch of images that you want to combine into a single image. The images should be in the format of a tensor with dimensions representing the batch size, height, width, and channels. The node will process these images and merge them according to the specified mode.
This parameter determines the direction in which the images will be joined. It accepts two options: "horizontal" and "vertical". If "horizontal" is selected, the images will be concatenated side by side. If "vertical" is selected, the images will be stacked on top of each other. The default value is "horizontal".
The output is a single image that results from joining the input batch of images according to the specified mode. This image will have dimensions that reflect the combined size of the input images, either in width (for horizontal mode) or height (for vertical mode).
mode
parameter is set to "horizontal". This will align the images side by side.mode
parameter to "vertical". This will place the images one on top of the other.mode
parameter has a value that is not recognized (neither "horizontal" nor "vertical").mode
parameter is set to either "horizontal" or "vertical". Check for any typos or incorrect values.© Copyright 2024 RunComfy. All Rights Reserved.