ComfyUI Node
Pixel Lock Composite
A ComfyUI node in PixelLock with 8 inputs and 2 outputs.
Pixel Lock Composite
- original
- edited
- mask
- image
- change_mask
◄threshold16►
◄blur3►
◄dilate6►
◄feather4►
◄bypassfalse►
CategoryPixelLock
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| original | IMAGE | — | |
| edited | IMAGE | — | |
| threshold | INT | 160–255 | 0-255 pixel-diff to count as 'changed'. Lower = catches subtler edits. |
| blur | INT | 30–64 | Denoise the change map before thresholding. |
| dilate | INT | 60–128 | Grow the mask to fully cover the edit. |
| feather | INT | 40–64 | Soften the seam. |
| bypass | BOOLEAN | false | True = pass the raw edit through (for global/style edits). Wire GlobalEditGuard here. |
| maskopt | MASK | Optional explicit edit mask; overrides the auto change-detect. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| change_mask | MASK | — |