Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply advanced Gaussian blur effect with precise control over size, intensity, and direction for enhanced image quality.
The ImageFilterGaussianBlurAdvanced
node is designed to apply an advanced Gaussian blur effect to images, providing a smooth and aesthetically pleasing blur that can enhance the visual quality of your artwork. This node allows you to fine-tune the blur effect by adjusting the size and intensity of the blur in both the horizontal and vertical directions. By leveraging the Gaussian blur technique, it ensures that the transition between blurred and non-blurred areas is gradual and natural, making it ideal for softening edges, reducing noise, and creating depth in your images. This node is particularly useful for AI artists looking to add a professional touch to their creations by controlling the blur parameters with precision.
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 controls the horizontal size of the Gaussian blur kernel. The size determines the extent of the blur effect in the horizontal direction. The default value is 10, with a minimum value of 2, and it increments in steps of 2. Adjusting this value will affect how much the image is blurred horizontally.
This parameter controls the vertical size of the Gaussian blur kernel. The size determines the extent of the blur effect in the vertical direction. The default value is 10, with a minimum value of 2, and it increments in steps of 2. Adjusting this value will affect how much the image is blurred vertically.
This parameter specifies the standard deviation of the Gaussian function in the horizontal direction. A higher value results in a more pronounced blur effect. The default value is 0, which means the standard deviation is calculated based on the kernel size.
This parameter specifies the standard deviation of the Gaussian function in the vertical direction. A higher value results in a more pronounced blur effect. The default value is 0, which means the standard deviation is calculated based on the kernel size.
The output is the image or images with the applied Gaussian blur effect. The resulting image will have a smooth and natural blur, with the extent and intensity of the blur determined by the input parameters.
size_x
and size_y
and gradually increase them until you reach the desired level of blur.sigma_x
and sigma_y
if you want a more pronounced and intense blur effect, especially for creating depth or focusing attention on specific areas of the image.size_x
, size_y
, sigma_x
, and sigma_y
to find the perfect balance for your artwork.size_x
or size_y
values are not valid (e.g., less than the minimum value).size_x
and size_y
values to ensure they meet the minimum requirement of 2 and are in increments of 2. Adjust the values accordingly.sigma_x
or sigma_y
values are set to negative numbers or non-numeric values.sigma_x
and sigma_y
are set to non-negative numeric values. If you want the standard deviation to be calculated automatically, set these parameters to 0.© Copyright 2024 RunComfy. All Rights Reserved.