Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply Gaussian blur to masks for smooth transitions and soft edges in digital artwork, compatible with Impact Pack.
The ImpactGaussianBlurMask node is designed to apply a Gaussian blur to a given mask, which is a common technique in image processing to smooth out edges and reduce noise. This node is particularly useful for AI artists who need to create smooth transitions and soft edges in their masks, enhancing the overall quality of their digital artwork. By leveraging the Gaussian blur, you can achieve a more natural and visually appealing effect in your compositions. The node ensures that the mask is processed in a format compatible with the Impact Pack, making it a seamless addition to your workflow.
The mask
parameter is the input mask that you want to apply the Gaussian blur to. This mask is typically a binary or grayscale image where the areas of interest are highlighted. The mask should be in a format that the node can process, which is usually a 3-dimensional tensor. This parameter is essential as it defines the regions that will be blurred.
The kernel_size
parameter determines the size of the kernel used for the Gaussian blur. A larger kernel size results in a more pronounced blur effect, while a smaller kernel size produces a subtler effect. The value must be an integer between 0 and 100, with a default value of 10. Adjusting this parameter allows you to control the extent of the blurring effect applied to the mask.
The sigma
parameter controls the standard deviation of the Gaussian function used in the blur process. A higher sigma value results in a smoother and more spread-out blur, while a lower sigma value produces a sharper and more localized blur. The value must be a float between 0.1 and 100.0, with a default value of 10.0. This parameter is crucial for fine-tuning the blur effect to achieve the desired level of smoothness.
The output mask
is the result of applying the Gaussian blur to the input mask. This blurred mask retains the same dimensions as the input but with softened edges and reduced noise. The output mask can be used in subsequent processing steps or directly in your artwork to create smooth transitions and enhance visual quality.
kernel_size
and sigma
values to achieve the desired blur effect. Start with the default values and adjust incrementally to see how the changes affect your mask.kernel_size
value is outside the allowed range of 0 to 100.kernel_size
value to be within the specified range.sigma
value is outside the allowed range of 0.1 to 100.0.sigma
value to be within the specified range.© Copyright 2024 RunComfy. All Rights Reserved.