List Video Files (Input Dir)
ListVideoFiles
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.
Pack: ComfyUI-FrameIO
custom_nodes.ComfyUI-FrameIO
Inputs (4)
Outputs (2)
| Name | Type |
|---|---|
| paths | STRING_LIST |
| count | INT |