Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply fast Gaussian blur for image smoothing, noise reduction, and quick softening in creative projects.
The BlurImageFast
node is designed to apply a fast Gaussian blur to images, which is particularly useful for smoothing out details and reducing noise. This node is ideal for AI artists who want to quickly soften images without delving into complex configurations. By leveraging the efficient Gaussian blur algorithm, it ensures that the blurring process is both quick and effective, making it a valuable tool for enhancing the visual quality of images in various creative projects.
This parameter accepts the images you want to blur. The input should be in the form of an image tensor. The images will undergo a Gaussian blur based on the specified radii.
This integer parameter defines the horizontal radius of the blur effect. A larger value results in a more pronounced horizontal blur. The minimum value is 0, the maximum is 1023, and the default is 1. Setting this to 0 will disable horizontal blurring.
This integer parameter defines the vertical radius of the blur effect. A larger value results in a more pronounced vertical blur. The minimum value is 0, the maximum is 1023, and the default is 1. Setting this to 0 will disable vertical blurring.
The output is the blurred image tensor. This image will have the same dimensions as the input but with the applied Gaussian blur effect, making it smoother and less detailed based on the specified radii.
radius_x
and radius_y
, such as 1 or 2.radius_x
and radius_y
. Experiment with different values to find the optimal blur level for your project.TypeError: 'NoneType' object is not subscriptable
None
.ValueError: kernel size must be positive and odd
radius_x
and radius_y
values are within the valid range and not causing the kernel size to be zero or even.RuntimeError: CUDA error: out of memory
© Copyright 2024 RunComfy. All Rights Reserved.