Nodes/ComfyUI-LoadImageEnhanced/Load Image Enhanced
ComfyUI Node

Load Image Enhanced

Loads an image from the ComfyUI input directory and returns the image tensor, mask, and original filename. The dropdown lists all images recursively from subfolders (excluding hidden folders and 'clipspace'). Supports animated images (GIF, APNG) with multi-frame handling. Optionally specify a custom output filename via the 'original_filename' text field.

By yusrmuttaqien·Created 3 months ago·Updated 3 months ago· 1
Load Image Enhanced
    • image
    • mask
    • filename
    image
    original_filename
    Categoryimage

    Inputs (2)

    NameTypeDefaultDescription
    imageCOMBO1 options: example.png
    original_filenameSTRING

    Outputs (3)

    NameTypeDescription
    imageIMAGEThe loaded image tensor.
    maskMASKThe image mask (if available).
    filenameSTRINGThe original filename of the loaded image.