Nodes Browser
Grow Mask With Blur
GrowMaskWithBlur
Node Information
- Category:
- KJNodes/masking
- Python Module:
- custom_nodes.ComfyUI-KJNodes
- Output Node:
- No
Grow Mask With Blur
PREVIEW
mask
mask_inverted
â—€
mask
MASK
â–¶
â—€
expand
INT
â–¶
â—€
incremental_expandrate
0
â–¶
â—€
tapered_corners
BOOLEAN
â–¶
â—€
flip_input
BOOLEAN
â–¶
â—€
blur_radius
0
â–¶
â—€
lerp_alpha
1
â–¶
â—€
decay_factor
1
â–¶
â—€
fill_holes
BOOLEAN
â–¶
# GrowMaskWithBlur
- mask: Input mask or mask batch
- expand: Expand or contract mask or mask batch by a given amount
- incremental_expandrate: increase expand rate by a given amount per frame
- tapered_corners: use tapered corners
- flip_input: flip input mask
- blur_radius: value higher than 0 will blur the mask
- lerp_alpha: alpha value for interpolation between frames
- decay_factor: decay value for interpolation between frames
- fill_holes: fill holes in the mask (slow)