Nodes/ComfyUI-LoadAnim-Adv/Load Image/Video
ComfyUI Node

Load Image/Video

Load an image or video. Supports animation frame data, audio, and video.

By SineSwiper·Created 6 months ago·Updated 6 months ago· 0
Load Image/Video
    • images
    • mask
    • audio
    • frame_count
    • fps
    image
    RGBAfalse
    width0
    height0
    keep_aspect_ratio
    CategoryLoadAnimAdv/Loaders

    Inputs (5)

    NameTypeDefaultDescription
    imageCOMBO1 options: example.png
    RGBABOOLEANfalseControls whether to include the Alpha channel in the 'image' output. The 'mask' output will always include this data.
    widthINT0Final width of images, after resizing. Zero means to keep the original width.
    heightINT0Final height of images, after resizing. Zero means to keep the original height.
    keep_aspect_ratioCOMBOWhat action to take, when the image doesn't match the expected aspect ratio.

    Outputs (5)

    NameTypeDescription
    imagesIMAGEThe image data, either as a single image or a set of frames.
    maskMASKAny transparency data found in the Alpha channel or transparent palette index.
    audioAUDIOThe audio from the video, if any.
    frame_countINTTotal number of frames loaded from the image.
    fpsFLOATFrames-per-second, as reported from the image metadata. This may be zero, if the data could not be found, or the image doesn't animate.