Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply Gaussian blur effect to images for noise reduction and softening edges, enhancing visual appeal in artistic applications.
The ImageFilterGaussianBlur
node is designed to apply a Gaussian blur effect to your images, which is a common technique used to reduce image noise and detail. This node leverages the Gaussian blur method, which smooths the image by averaging the pixel values with a Gaussian kernel. The primary benefit of using this node is to create a softening effect that can help in reducing harsh edges and noise, making the image appear more polished and visually appealing. This is particularly useful in various artistic and photographic applications where a softer look is desired.
This parameter accepts the image or images you want to apply the Gaussian blur to. The input should be in the form of an image tensor.
This parameter defines the width of the Gaussian kernel. The kernel size determines the extent of the blurring effect. A larger value results in a more pronounced blur. The default value is 10, with a minimum value of 2, and it increments in steps of 2.
This parameter defines the height of the Gaussian kernel. Similar to size_x
, it affects the vertical extent of the blur. The default value is 10, with a minimum value of 2, and it increments in steps of 2.
The output is the blurred image, which has undergone the Gaussian blur transformation. This output retains the same dimensions as the input image but with a softened appearance due to the applied blur effect.
size_x
and size_y
. This is useful for slightly softening the image without losing too much detail.size_x
and size_y
. This can be particularly effective for creating background blur effects in portrait images.size_x
and size_y
are set to positive odd numbers. If you encounter this error, try adjusting the values to meet this requirement.© Copyright 2024 RunComfy. All Rights Reserved.