ComfyUI Node
List Video Files (Input Dir)
Lists video file paths from the ComfyUI input directory. - Filters by common video extensions (mp4, mkv, mov, avi, webm, etc.). - `load_cap`: Maximum number of files to return (0 for no limit). - `deep_search`: If true, searches all subdirectories recursively. - Returns a list of strings and the total count.
List Video Files (Input Dir)
- paths
- count
◄subfolder►
◄filter*►
◄load_cap100►
◄deep_searchfalse►
CategoryFrameIO
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| subfolder | STRING | — | |
| filter | STRING | * | — |
| load_cap | INT | 1000–10000 | — |
| deep_search | COMBO | false | 2 options: false, true |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| paths | STRING_LIST | — |
| count | INT | — |