Visit ComfyUI Online for ready-to-use ComfyUI environment
Split batch images into individual entities for separate processing, enhancing workflow flexibility.
The easy imagesSplitImage
node is designed to split a batch of images into individual images, making it easier to process and manipulate each image separately. This node is particularly useful when you have a collection of images that you need to handle individually for tasks such as editing, analysis, or further processing. By breaking down a batch of images into separate entities, you can apply specific operations to each image without affecting the others, thus providing greater flexibility and control over your image processing workflow.
The images
parameter expects a batch of images as input. This batch is typically a tensor containing multiple images stacked together. The node will split this batch into individual images, allowing you to work with each image separately. The input should be in the form of a tensor with dimensions corresponding to the number of images, height, width, and color channels.
The first image extracted from the batch. This output allows you to access and manipulate the first image in the batch independently.
The second image extracted from the batch. This output allows you to access and manipulate the second image in the batch independently.
The third image extracted from the batch. This output allows you to access and manipulate the third image in the batch independently.
The fourth image extracted from the batch. This output allows you to access and manipulate the fourth image in the batch independently.
The fifth image extracted from the batch. This output allows you to access and manipulate the fifth image in the batch independently.
© Copyright 2024 RunComfy. All Rights Reserved.