Visit ComfyUI Online for ready-to-use ComfyUI environment
Automate batch loading of images from directory for AI artists, enhancing workflow efficiency.
The JDCN_BatchImageLoadFromDir
node is designed to streamline the process of loading multiple images from a specified directory, making it an essential tool for AI artists who work with large batches of images. This node allows you to specify a directory, set a limit on the number of images to load, and skip a certain number of frames, providing flexibility and control over the image loading process. By automating the batch loading of images, this node significantly reduces manual effort and enhances workflow efficiency, enabling you to focus more on the creative aspects of your projects.
The Directory
parameter specifies the path to the directory from which images will be loaded. This parameter is crucial as it determines the source location of the images. The default value is "directory path", and it must be provided as a string.
The Load_Cap
parameter sets the maximum number of images to load from the specified directory. This allows you to control the volume of images being processed, which can be particularly useful when dealing with large datasets. The default value is 1, with a minimum of 1 and a maximum of 9999.
The Skip_Frame
parameter determines the number of frames to skip before starting to load images. This can be useful for sampling images at specific intervals. The default value is 0, with a minimum of 0 and a maximum of 9999.
The Images
output contains the loaded images in a format ready for further processing or analysis. This output is essential for any subsequent image manipulation or AI model input.
The Image_Names
output provides the names of the loaded images. This can be useful for tracking and referencing specific images within your workflow.
The Image_Paths
output lists the full paths of the loaded images. This is important for maintaining a record of the source locations of the images.
The Load_Cap
output returns the value of the Load_Cap
parameter, confirming the number of images that were intended to be loaded.
The Skip_Frame
output returns the value of the Skip_Frame
parameter, indicating the number of frames that were skipped during the loading process.
The Count
output provides the total number of images that were successfully loaded. This is useful for verifying the actual number of images processed.
Directory
path is correctly specified and accessible to avoid loading errors.Load_Cap
parameter based on your system's memory capacity to prevent overloading.Skip_Frame
parameter to sample images at intervals, which can be useful for time-lapse or sequence analysis.Skip_Frame
and Load_Cap
parameters are set correctly.© Copyright 2024 RunComfy. All Rights Reserved.