The LoadImageSetFromFolderNode loads multiple images from a specified folder directory for training purposes. It automatically detects common image formats and can optionally resize the images using different methods before returning them as a batch.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `folder` | The folder to load images from. | STRING | Yes | Multiple options available |
| `resize_method` | The method to use for resizing images (default: "None"). | STRING | No | "None"<br>"Stretch"<br>"Crop"<br>"Pad" |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `IMAGE` | The batch of loaded images as a single tensor. | 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/LoadImageSetFromFolderNode/en.md)

---
**Source fingerprint (SHA-256):** `46fcfbf6a2ad95e707e32e54ed7b4c06bfd1cc290df122042187689f41bed828`
