ComfyUI Node
K2 Edit Composite
Composites an edited image back over its source using a feathered mask. Pixels outside the composite support are copied byte-exact from the source, so a regional edit can never degrade the rest of the image through VAE round-trip loss.
K2 Edit Composite
- source
- edited
- mask
- image
- mask
◄composite_feather48►
◄strength1.00►
CategoryFVM Tools/K2
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| source | IMAGE | Original image — everything outside the mask is copied from here unchanged. | |
| edited | IMAGE | Result of the edit pass. | |
| mask | MASK | Where the edit is allowed (K2 Edit Latent output). | |
| composite_feather | INT | 480–512 | Pixel-space blend width. Narrower than the latent feather on purpose. |
| strength | FLOAT | 1.000–1 | Opacity of the edit. 0 returns the source. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| mask | MASK | — |