ComfyUI Node
vlo Latent Composite Masked
Composites a source latent into a destination latent using the destination's existing noise_mask. The mask dictates where the source replaces the destination.
vlo Latent Composite Masked
- destination
- source
- LATENT
◄clear_maskfalse►
◄force_binary_maskfalse►
Categorylatent/composite
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| destination | LATENT | The destination latent. Should have an existing noise_mask. | |
| source | LATENT | The source latent patches to composite into the destination. | |
| clear_mask | BOOLEAN | false | If true, removes the noise_mask from the output latent after compositing. |
| force_binary_mask | BOOLEAN | false | If true, applies a 0.5 threshold to the mask to prevent continuous blending at the edges. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LATENT | LATENT | — |