Nodes/ComfyUI-Pixaroma/Load Video Frame Pixaroma
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.

By pixaroma·Created 5 months ago·Updated 23 days ago· 271
Load Video Frame Pixaroma
    • image
    • mask
    • frame_count
    • fps
    • width
    • height
    video
    frame0
    Category👑 Pixaroma/🖼️ Image

    Inputs (2)

    NameTypeDefaultDescription
    videoCOMBOThe video to load from ComfyUI's input folder. Use the 'choose video to upload' button, or pick one from the dropdown.
    frameINT00–999999Which 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)

    NameTypeDescription
    imageIMAGEThe picked frame as an image.
    maskMASKA blank (fully opaque) mask that matches the frame, so it drops into the same slots as Load Image.
    frame_countINTHow many frames the whole video has.
    fpsFLOATFrames per second of the video.
    widthINTFrame width in pixels.
    heightINTFrame height in pixels.