Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
This node loads multiple images from a specified subfolder within ComfyUI’s input directory. It scans the chosen folder for common image file types and returns them as a list, making it useful for batch processing or dataset preparation.

Inputs

ParameterData TypeRequiredRangeDescription
folderSTRINGYesMultiple options availableThe folder to load images from. The options are the subfolders present in ComfyUI’s main input directory.

Outputs

Output NameData TypeDescription
imagesIMAGEList of loaded images. The node loads all valid image files (PNG, JPG, JPEG, WEBP) found in the selected folder.