> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# LoadImageDataSetFromFolder - ComfyUI Built-in Node Documentation

> Complete documentation for the LoadImageDataSetFromFolder node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LoadImageDataSetFromFolder/en.md)

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

| Parameter | Data Type | Required | Range                        | Description                                                                                               |
| --------- | --------- | -------- | ---------------------------- | --------------------------------------------------------------------------------------------------------- |
| `folder`  | STRING    | Yes      | *Multiple options available* | The folder to load images from. The options are the subfolders present in ComfyUI's main input directory. |

## Outputs

| Output Name | Data Type | Description                                                                                                      |
| ----------- | --------- | ---------------------------------------------------------------------------------------------------------------- |
| `images`    | IMAGE     | List of loaded images. The node loads all valid image files (PNG, JPG, JPEG, WEBP) found in the selected folder. |
