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..."],
Masked Image input
- image_in
- mask_in
- parent
- Image
- Mask
- Order + 1
◄image_base64—►
◄mask_base64—►
◄order10►
◄tooltip—►
Categoryapi/app
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| image_base64 | STRING | Base64 encoded images specified as a json (list of) string(s). | |
| mask_base64 | STRING | Base64 encoded masks specified as a json (list of) string(s). | |
| order | INT | 10 | Control order in its section. Lowest value at the top. Highest at the bottom. |
| image_inopt | IMAGE | — | |
| mask_inopt | MASK | — | |
| parentopt | PARENT | Web app parent to add the node to. | |
| tooltipopt | STRING | Web app control tooltip. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| Image | IMAGE | — |
| Mask | MASK | — |
| Order + 1 | INT | Order number for the next control. |