ComfyUI Node
Average Overlapping Masks
A ComfyUI node in mask with 4 inputs and 1 output.
Average Overlapping Masks
- mask_a
- mask_b
- MASK
◄presence_threshold0.01►
◄blend_threshold0.01►
Categorymask
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| mask_a | MASK | — | |
| mask_b | MASK | — | |
| presence_threshold | FLOAT | 0.010–0.5 | Minimum value for a pixel to be considered 'present' in a mask. Raise to ignore soft edges; set to 0 for strict non-zero behavior. |
| blend_threshold | FLOAT | 0.010–1 | Minimum value for a pixel to participate in averaging. Pixels between presence and blend thresholds are present but passed through without blending. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MASK | MASK | — |