ComfyUI Node
Load Video Frame Pixaroma
Load Video Frame Pixaroma - load a video and pick one exact frame to send into your workflow as an image. Like a Load Image node, but for video. On the node you get a preview with a slider: drag it to any spot, use the arrow buttons to step one frame back or forward, or type the exact frame number. The frame count is read for you, so the slider knows how many frames the video has. Outputs: image (the picked frame), mask, frame_count, fps, width and height. The frame number is 0-based, so 0 is the very first frame. Reads with PyAV when available, otherwise imageio. Grabbing a frame deep in a long video stays fast because it seeks straight to that frame instead of reading the whole clip.
Load Video Frame Pixaroma
- image
- mask
- frame_count
- fps
- width
- height
◄video▾►
◄frame0►
Category👑 Pixaroma/🖼️ Image
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| video | COMBO | The video to load from ComfyUI's input folder. Use the 'choose video to upload' button, or pick one from the dropdown. | |
| frame | INT | 00–999999 | Which frame to grab. 0 is the first frame. Drag the slider or use the arrow buttons on the node, or type the number here. If you enter a number past the end of the video, the last frame is used. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The picked frame as an image. |
| mask | MASK | A blank (fully opaque) mask that matches the frame, so it drops into the same slots as Load Image. |
| frame_count | INT | How many frames the whole video has. |
| fps | FLOAT | Frames per second of the video. |
| width | INT | Frame width in pixels. |
| height | INT | Frame height in pixels. |