Nodes/ComfyUI-Pixaroma/Load Image Pixaroma
ComfyUI Node

Load Image Pixaroma

Load Image Pixaroma - native LoadImage parity (upload, drag-drop, paste, multi-frame, alpha to mask) plus inline resize: max megapixels, longest side, scale by, fit inside, crop to fill, match aspect ratio. Snap chips, resample picker, upscale guard. Outputs: image, mask, width, height, filename, original_width, original_height. Eliminates the need for downstream Get Image Size + Image Scale + Image Resize chains in most workflows.

By pixaroma·Created 5 months ago·Updated 23 days ago· 271
Load Image Pixaroma
    • image
    • mask
    • width
    • height
    • filename
    • original_width
    • original_height
    image
    Category👑 Pixaroma/🖼️ Image

    Inputs (1)

    NameTypeDefaultDescription
    imageCOMBOThe image to load from ComfyUI's input folder. Use the Upload Image button, drag a file onto the node, paste from the clipboard, or pick one from the dropdown.

    Outputs (7)

    NameTypeDescription
    imageIMAGEThe loaded image, after any resize.
    maskMASKThe image's mask, from its alpha channel (blank if it has none).
    widthINTOutput width in pixels, after any resize.
    heightINTOutput height in pixels, after any resize.
    filenameSTRINGThe image's filename.
    original_widthINTWidth of the original image, before any resize.
    original_heightINTHeight of the original image, before any resize.