Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply Gaussian blur effect to images for soft-focus, noise reduction, and artistic effects with adjustable intensity.
The Gaussian Blur_Ally node provides a straightforward interface to apply a Gaussian blur effect to your images. This node is designed to help you achieve a smooth, soft-focus effect by blurring the image, which can be particularly useful for reducing noise or creating artistic effects. The Gaussian blur is a widely used technique in image processing that helps in softening edges and reducing detail, making it ideal for various creative and practical applications. By adjusting the strength of the blur, you can control the intensity of the effect, allowing for subtle to dramatic transformations. This node is user-friendly and integrates seamlessly into your workflow, making it an essential tool for enhancing your images.
This parameter accepts the image you want to apply the Gaussian blur to. The input should be in the form of an image tensor.
This parameter controls the intensity of the Gaussian blur effect. It is a floating-point value with a default of 1.0, a minimum of 0.0, and a maximum of 200.0. Adjusting this value will increase or decrease the blur radius, allowing you to fine-tune the softness of the image.
This boolean parameter determines whether the Gaussian blur effect is applied. By default, it is set to True. If set to False, the node will bypass the blur effect and output the original image.
The output is the processed image with the Gaussian blur effect applied. If the enabled
parameter is set to False, the output will be the original image without any modifications. The output is provided as an image tensor.
strength
value (e.g., 1.0 to 5.0) and gradually increase it until you reach the desired level of softness.enabled
parameter to quickly toggle the blur effect on and off, allowing you to compare the original and blurred images easily.strength
values for more dramatic, artistic effects, especially in creative projects where a strong blur can add a unique aesthetic.strength
parameter value might be set outside the allowed range (0.0 to 200.0).strength
value is within the specified range and adjust it accordingly.enabled
parameter should be a boolean value (True or False).enabled
parameter is correctly set to either True or False.© Copyright 2024 RunComfy. All Rights Reserved.