Visit ComfyUI Online for ready-to-use ComfyUI environment
Streamline loading multiple images from directory for AI art, supporting various formats, essential for batch processing tasks.
The Batch Load Images node is designed to streamline the process of loading multiple images from a specified directory into your AI art workflow. This node is particularly useful for artists who need to process a large number of images simultaneously, saving time and effort. By specifying the directory containing the images, the node will automatically load all supported image formats (such as PNG, JPG, JPEG, WEBP, BMP, and GIF) and convert them into a format suitable for further processing within your AI art pipeline. This node is essential for batch processing tasks, enabling you to efficiently manage and manipulate large sets of images.
This parameter specifies the directory path where the images are stored. It is a string input that should point to the folder containing the images you wish to load. The node will scan this directory and load all supported image files. Ensure that the directory path is correct and accessible to avoid errors. This parameter does not have a default value and must be provided by the user.
This parameter determines whether the node should include images from subdirectories within the specified image directory. It accepts two options: true
or false
, with the default value being false
. If set to true
, the node will recursively search through all subdirectories and load images from them as well. This is useful if your images are organized in a nested folder structure.
The output parameter image
is a list of images loaded from the specified directory. Each image is converted into a tensor format suitable for further processing in your AI art workflow. This output allows you to seamlessly integrate the loaded images into subsequent nodes for tasks such as image manipulation, enhancement, or analysis. The list format ensures that multiple images can be handled efficiently in batch operations.
image_directory
path is correct and accessible to avoid errors during the loading process.subdirectories
parameter set to true
if your images are organized in nested folders to ensure all images are loaded.<directory_path>
does not existimage_directory
path does not exist or is incorrect.© Copyright 2024 RunComfy. All Rights Reserved.