Nodes/ComfyUI_webapp/Masked Image input
ComfyUI Node

Masked Image input

Input node for Images and Masks. Base64 encoded representations can be put in as json strings in the "Image_base64" and "Mask_base64" fields of the API json. This allows for adding multiple images and masks in one go. E.g. "Image_base64": ["IMAGE1_BASE64_STR...", "IMAGE2_BASE64_STR..."],

By MonkeyProof-Solutions-BV·Created 6 months ago·Updated 3 months ago· 2
Masked Image input
  • image_in
  • mask_in
  • parent
  • Image
  • Mask
  • Order + 1
image_base64
mask_base64
order10
tooltip
Categoryapi/app

Inputs (7)

NameTypeDefaultDescription
image_base64STRINGBase64 encoded images specified as a json (list of) string(s).
mask_base64STRINGBase64 encoded masks specified as a json (list of) string(s).
orderINT10Control order in its section. Lowest value at the top. Highest at the bottom.
image_inoptIMAGE
mask_inoptMASK
parentoptPARENTWeb app parent to add the node to.
tooltipoptSTRINGWeb app control tooltip.

Outputs (3)

NameTypeDescription
ImageIMAGE
MaskMASK
Order + 1INTOrder number for the next control.