> ## 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.

# LoadVideoDataSetFromFolder - ComfyUI Built-in Node Documentation

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

Loads all supported video files from a selected folder inside the ComfyUI input directory and returns them as a list of video references. This node returns lazy video references, so frames are decoded only when another node actually needs them.

## Inputs

| Parameter | Description                                                                                             | Data Type | Required | Range                                                   |
| --------- | ------------------------------------------------------------------------------------------------------- | --------- | -------- | ------------------------------------------------------- |
| `folder`  | The folder containing video files. Select from available subfolders inside the ComfyUI input directory. | STRING    | Yes      | All subfolders available in the ComfyUI input directory |

**Note:** The selected folder must contain at least one supported video file. Supported extensions are MP4, AVI, MOV, WEBM, MKV, and FLV. If no supported video files are found, the node raises an error.

## Outputs

| Output Name | Description                                                                                                                                                 | Data Type    |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| `videos`    | A list of lazy video references, one for each video file in the selected folder. Video frames are decoded only when the output is consumed by another node. | VIDEO (list) |

> 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/LoadVideoDataSetFromFolder/en.md)

***

**Source fingerprint (SHA-256):** `74017c46993c38a72e529cef59ea1282f7b88b6a33b9028cf200cb3eb37de395`
