Visit ComfyUI Online for ready-to-use ComfyUI environment
Selective image blurring based on masks for AI artists, offering precise control and smooth transitions.
The INPAINT_MaskedBlur node is designed to selectively blur areas of an image based on a provided mask. This node is particularly useful for AI artists who want to apply a blur effect to specific regions of an image while keeping other areas intact. By using a mask, you can control precisely where the blur is applied, allowing for creative effects such as softening backgrounds or blending edges. The node also includes a falloff parameter, which helps in creating a smooth transition between blurred and non-blurred areas, enhancing the overall visual quality of the inpainting process.
The image
parameter is the input image that you want to apply the masked blur effect to. This should be an image tensor that contains the visual data you wish to manipulate.
The mask
parameter is a mask tensor that defines the areas of the image where the blur effect should be applied. Areas marked in the mask will be blurred, while unmarked areas will remain unchanged.
The blur
parameter controls the intensity of the blur effect. It accepts integer values with a default of 255, a minimum of 3, and a maximum of 8191. The higher the value, the stronger the blur effect applied to the masked areas.
The falloff
parameter determines the smoothness of the transition between blurred and non-blurred areas. It accepts integer values with a default of 0, a minimum of 0, and a maximum of 8191. A higher falloff value results in a smoother transition, making the blur effect blend more naturally with the rest of the image.
The output image
parameter is the resulting image tensor after the masked blur effect has been applied. This image will have the specified areas blurred according to the input mask and the blur and falloff settings.
blur
value and gradually increase it until you reach the desired level of blurriness.falloff
parameter to create a smooth transition between blurred and non-blurred areas, which can help in achieving a more natural look.blur
or falloff
values are set outside their allowed ranges.blur
value is between 3 and 8191 and the falloff
value is between 0 and 8191. Adjust the values accordingly to fall within these ranges.© Copyright 2024 RunComfy. All Rights Reserved.