ComfyUI Node
π§ Image Composite Masked
A ComfyUI node in SuperNodes/Image with 6 inputs and 1 output.
π§ Image Composite Masked
- destination
- source
- mask
- IMAGE
βx0βΊ
βy0βΊ
βresize_sourcefalseβΊ
CategorySuperNodes/Image
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| destination | IMAGE | The canvas the source is pasted onto. | |
| source | IMAGE | The layer to paste onto the destination. | |
| x | INT | 0-16384β16384 | Horizontal offset in pixels. Negative moves the source left past the canvas edge. |
| y | INT | 0-16384β16384 | Vertical offset in pixels. Negative moves the source up past the canvas edge. |
| resize_source | BOOLEAN | false | Resize the source to match the destination before compositing. |
| maskopt | MASK | Optional mask; white areas take the source pixels. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | β |