Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates creation of batch list from two image sets for streamlined processing in AI art workflows.
The ADMD_MakeBatchList
node is designed to facilitate the creation of a batch list from two sets of images, streamlining the process of handling multiple images in a batch for further processing. This node is particularly useful in scenarios where you need to combine different sets of images into a single batch, ensuring that all images are processed together. By using this node, you can efficiently manage and organize your image data, making it easier to apply subsequent operations or transformations. The primary function of this node is to merge the provided image sets into a cohesive batch list, which can then be used in various AI art and motion director workflows.
This parameter accepts the first set of images that you want to include in the batch list. It can be a single image or a list of images. If a single image is provided, it will be added to the batch list as a single entry. If a list of images is provided, all images in the list will be included in the batch list. This flexibility allows you to easily manage and combine different image sets.
This parameter accepts the second set of images that you want to include in the batch list. Similar to the images
parameter, it can be a single image or a list of images. If a single image is provided, it will be added to the batch list as a single entry. If a list of images is provided, all images in the list will be included in the batch list. This parameter allows you to merge another set of images with the first set, creating a comprehensive batch list.
The output parameter image_batch_list
is the resulting batch list that contains all the images from both input sets. This batch list is a single list that includes all the images provided through the images
and images2
parameters. The output is designed to be used in subsequent nodes or processes that require a batch of images, enabling seamless integration and further processing of the combined image data.
images
and images2
parameters are correctly populated with the desired image sets to create a comprehensive batch list.images
or images2
) is not provided or is set to None
.images
and images2
parameters are provided with valid image data. If you do not have a second set of images, you can provide an empty list for images2
.images
or images2
is neither a list nor a valid image.images
and images2
are either a single image or a list of images. Correct any invalid inputs to match the expected types.© Copyright 2024 RunComfy. All Rights Reserved.