Visit ComfyUI Online for ready-to-use ComfyUI environment
Combine two images into a single batch for streamlined processing and manipulation in AI art workflows.
The ImageBatch node is designed to combine two images into a single batch, facilitating the processing of multiple images simultaneously. This node is particularly useful for AI artists who need to handle and manipulate multiple images in a cohesive manner. By batching images together, you can streamline workflows, apply consistent transformations, and ensure that image dimensions are compatible for further processing. The primary function of this node is to concatenate two images along the batch dimension, ensuring they are of the same size by upscaling the second image if necessary.
This parameter represents the first image to be included in the batch. It is essential that this image is provided, as it serves as the reference for the dimensions to which the second image will be adjusted if needed. The image should be in a compatible format and ready for processing.
This parameter represents the second image to be included in the batch. If the dimensions of this image do not match those of the first image, it will be automatically upscaled to match the dimensions of the first image using bilinear interpolation. This ensures that both images can be concatenated seamlessly.
The output is a single batch containing the two input images concatenated along the batch dimension. This batch can then be used for further image processing tasks, ensuring that both images are treated as a cohesive unit. The output maintains the original image quality and dimensions, with the second image upscaled if necessary to match the first.
image1
and image2
parameters with valid image files before executing the node. Double-check the input connections to ensure they are correctly linked.© Copyright 2024 RunComfy. All Rights Reserved.