ComfyUI Node Runs on cloud
All Media Loader π
Simplified Media Loader for various sources. Features: - Loads images, directories, videos, and GIFs - Extracts frames at a specific FPS rate with force_rate - Automatically resizes images that exceed max_res - Supports basic sorting options - Returns tensors in ComfyUI format [B, H, W, C]
All Media Loader π
- image
- WIDTH
- HEIGHT
- COUNT
- FILE_NAME
- FILE_PATH
- FPS
βpathββΊ
βimage_load_cap0βΊ
βforce_rate0.0βΊ
βmax_res2048βΊ
βsortNoneβΊ
CategoryEden π±/general
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| path | STRING | Path to media file(s). Can be an image, directory of images, video file, or archive. | |
| image_load_cap | INT | 00β9223372036854776000 | Maximum number of images to load. 0 means load all images. |
| force_rate | FLOAT | 0.0 | Force extracting frames at this FPS rate. 0 means use original rate. |
| max_res | INT | 20480β9223372036854776000 | Maximum resolution (width or height). Images larger than this will be resized. 0 means no resize. |
| sort | COMBO | None | Method to sort multiple images. |
Outputs (7)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| WIDTH | INT | β |
| HEIGHT | INT | β |
| COUNT | INT | β |
| FILE_NAME | STRING | β |
| FILE_PATH | STRING | β |
| FPS | FLOAT | β |