Visit ComfyUI Online for ready-to-use ComfyUI environment
Converts image batches into individual lists for separate processing, enhancing flexibility and control.
The ImageBatchToList| Image Batch to List ๐ผ
node is designed to convert batches of images into individual image lists. This node is particularly useful when you have a batch of images and need to process or manipulate each image separately. By breaking down the batch into individual images, you can apply different operations to each image independently, enhancing flexibility and control over your image processing workflow. This node supports up to four image batches as input, allowing you to handle multiple sets of images simultaneously. The primary goal of this node is to facilitate the transition from batch processing to individual image handling, making it easier to manage and manipulate images in a more granular manner.
This is the primary input parameter that accepts a batch of images. The images in this batch will be split into individual images. Each image in the batch should have the same dimensions and format to ensure consistent processing.
This optional parameter allows you to provide a second batch of images. If provided, the images in this batch will also be split into individual images and added to the output list. Each image in this batch should have the same dimensions and format as those in image_batch1
.
This optional parameter allows you to provide a third batch of images. If provided, the images in this batch will be split into individual images and added to the output list. Each image in this batch should have the same dimensions and format as those in image_batch1
.
This optional parameter allows you to provide a fourth batch of images. If provided, the images in this batch will be split into individual images and added to the output list. Each image in this batch should have the same dimensions and format as those in image_batch1
.
The output parameter is a list of individual images extracted from the provided image batches. Each image in the list corresponds to an image from the input batches, allowing for independent processing and manipulation. This output is particularly useful for workflows that require individual image handling rather than batch processing.
image_batch2
, image_batch3
, image_batch4
) to handle multiple sets of images simultaneously, which can streamline your workflow.ยฉ Copyright 2024 RunComfy. All Rights Reserved.