Visit ComfyUI Online for ready-to-use ComfyUI environment
Applies Gaussian blur effect to images for noise reduction and soft appearance, essential for image processing tasks.
The JDC_GaussianBlur node is designed to apply a Gaussian blur effect to an image, which is a common technique used in image processing to reduce noise and detail. This node is particularly useful for creating a smooth, soft appearance in your images by averaging the pixel values in a way that gives more weight to the central pixels. The Gaussian blur effect is achieved by convolving the image with a Gaussian function, which ensures that the blurring is isotropic and smooth. This node is essential for tasks that require a reduction in image sharpness or the creation of artistic effects that mimic the natural blurring of lenses.
This parameter represents the input image that you want to apply the Gaussian blur effect to. The image should be in a tensor format that the node can process.
The blur_radius
parameter controls the radius of the Gaussian blur. It determines the extent of the blurring effect, with larger values resulting in a more pronounced blur. The minimum value is 1, the maximum value is 1024, and the default value is 1. Adjusting this parameter allows you to fine-tune the blurring effect to achieve the desired level of smoothness in your image.
The output is the blurred image, which retains the same dimensions as the input image but with the Gaussian blur effect applied. This output can be used directly in your image processing pipeline or saved for further use.
blur_radius
value and gradually increase it until you reach the desired level of smoothness.blur_radius
values to create artistic effects, such as simulating depth of field or creating a dreamy, soft-focus look.blur_radius
value is outside the allowed range.blur_radius
value is between 1 and 1024. Adjust the value to fall within this range.© Copyright 2024 RunComfy. All Rights Reserved.