> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LoadImageDataSetFromFolder - ComfyUI Built-in Node Documentation

> This node loads multiple images from a selected subfolder within ComfyUI's main input directory and returns them as a list.

This node loads multiple images from a selected subfolder within ComfyUI's main input directory and returns them as a list. It scans the chosen folder for image files in PNG, JPG, JPEG, or WEBP format, which makes it useful for batch processing or preparing image datasets.

## Inputs

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

Note: The selected folder must be a subfolder of ComfyUI's main input directory; any value that resolves outside of it is rejected. Only files with the extensions .png, .jpg, .jpeg, or .webp are loaded, and the extension check is case-insensitive. If the selected folder contains no valid image files, the node raises an error. This node is marked as experimental.

## Outputs

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

> 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)

***

**Source fingerprint (SHA-256):** `cdee4e372890c126dd5f09654a7dd4103bba97a7901b6f5df8e02f29c4064ed2`
