ComfyUI Node
⬡ Polyhedron Media Loader
A ComfyUI node in Polyhedron/IO with 8 inputs and 12 outputs.
⬡ Polyhedron Media Loader
- image
- mask
- video
- audio
- video_audio
- frame_count
- fps
- width
- height
- filename
- batch_info
- video_path
◄media_ref►
◄frame_load_cap0►
◄frame_skip0►
◄force_fps24.00►
◄batch_config►
◄proc_config►
◄keep_input_fpsfalse►
◄on_emptyplaceholder►
CategoryPolyhedron/IO
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| media_ref | STRING | Managed by the node UI: the pinned folder + chosen file. Pick a folder and a thumbnail above. | |
| frame_load_cap | INT | 00–2000 | Video only: max frames to load (0 = all, capped for safety). |
| frame_skip | INT | 00–100000 | Video only: skip this many frames at the start. |
| force_fps | FLOAT | 24.000–240 | Output fps (default 24). 0 = the file's native fps. With keep_input_fps on, the native fps is used regardless. Sets the play rate, and the frame count when a still is expanded to the trimmed audio's length. |
| batch_config | STRING | Managed by the node's Batch panel: a small JSON {enabled, source, sort_mode, name_filter, every_nth, resize_method}. Empty / enabled=false = single mode. | |
| proc_config | STRING | Managed by the node's Batch Processing panel: a small JSON {enabled, source, sort_mode, name_filter, wrap, start_at, reset_seq}. enabled=true streams the folder one file per run (iterative mode). | |
| keep_input_fps | BOOLEAN | false | On: ignore force_fps and use the source's native fps (a still/sequence falls back to 24). Off: force_fps applies. |
| on_empty | COMBO | placeholder | When there is NOTHING to load (no selection, empty or empty-filtered folder, vanished file): emit a built-in placeholder frame instead of a hard error. Misconfiguration and decode failures always error. |
Outputs (12)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| mask | MASK | — |
| video | VIDEO | — |
| audio | AUDIO | — |
| video_audio | VIDEO | — |
| frame_count | INT | — |
| fps | FLOAT | — |
| width | INT | — |
| height | INT | — |
| filename | STRING | — |
| batch_info | STRING | — |
| video_path | STRING | — |