Nodes/Basic data handling/load IMAGE+MASK from file (RGBA)
ComfyUI Node

load IMAGE+MASK from file (RGBA)

Loads an image from a file path and returns RGB channels and Alpha as a mask. This node loads an image from the specified path and processes it to return the RGB channels as a tensor and the Alpha channel as a mask tensor. If the image has no alpha channel, a blank mask is returned.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
load IMAGE+MASK from file (RGBA)
    • image
    • mask
    • exists
    path
    CategoryBasic/Path

    Inputs (1)

    NameTypeDefaultDescription
    pathSTRING

    Outputs (3)

    NameTypeDescription
    imageIMAGE
    maskMASK
    existsBOOLEAN