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)