Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline loading multiple images from directory for AI art projects, manage and manipulate image data efficiently.
The Load Image Batch node is designed to streamline the process of loading multiple images from a specified directory, making it easier for you to work with large sets of images in your AI art projects. This node allows you to specify a directory path and load images in batches, which can be particularly useful for tasks that require processing or analyzing multiple images simultaneously. By using this node, you can efficiently manage and manipulate image data, saving time and effort compared to loading images individually. The node supports various configurations to tailor the loading process to your specific needs, such as selecting image patterns, indexing, and output modes.
The directory path where the images are located. This parameter specifies the location from which the images will be loaded. Ensure that the path is correctly specified to avoid errors in loading images.
The pattern to match the filenames of the images you want to load. By default, this is set to *
, which means all files in the directory will be considered. You can use specific patterns to filter the images, such as *.jpg
for JPEG images.
The starting index for loading images. This parameter allows you to specify from which image in the directory the loading should begin. The default value is 0
, meaning the loading starts from the first image.
The mode in which images are loaded. The default mode is "single_image"
, which loads images one by one. This parameter can be adjusted based on how you want to process the images, such as loading them in batches.
A label for the batch of images being loaded. This parameter helps in identifying and organizing the loaded images, especially when working with multiple batches. The default label is 'Batch 001'
.
A boolean parameter that specifies whether to allow images with RGBA channels to be output. The default value is 'false'
, meaning only images with RGB channels will be processed unless this is set to 'true'
.
A boolean parameter that determines whether to include the filename text extension in the output. The default value is 'true'
, which means the filename extensions will be included.
The output is a batch of images loaded from the specified directory. This batch can be used for further processing, analysis, or manipulation in your AI art projects. The images are returned in a format that is compatible with other nodes in the workflow, ensuring seamless integration and efficient handling of image data.
allow_RGBA_output
to 'true'
if you need to work with images that have an alpha channel.allow_RGBA_output
is set to 'false'
.allow_RGBA_output
to 'true'
if you need to process images with an alpha channel.© Copyright 2024 RunComfy. All Rights Reserved.