Visit ComfyUI Online for ready-to-use ComfyUI environment
Applies simple blur effect to images for noise reduction and softening.
The ImageFilterBlur
node is designed to apply a simple blur effect to an image, which can help in reducing noise and detail. This node is particularly useful for creating a smooth, softened look in your images, making it ideal for background effects or for preparing images for further processing. The blur effect is achieved using a straightforward averaging method, which calculates the average color of pixels within a specified rectangular area and applies this average to the central pixel. This method is efficient and effective for general-purpose blurring tasks.
This parameter accepts the image or images you want to apply the blur effect to. The input should be in the form of an image tensor.
This parameter defines the width of the blur kernel. The kernel size determines the area over which the averaging is performed. A larger size_x
value will result in a more pronounced blur effect. The default value is 10, with a minimum value of 1.
This parameter defines the height of the blur kernel. Similar to size_x
, the kernel size in the vertical direction affects the extent of the blur. A larger size_y
value will increase the blur effect vertically. The default value is 10, with a minimum value of 1.
The output is the blurred image, which has the same dimensions as the input image but with the blur effect applied. This output can be used directly in your artwork or as a pre-processed input for further image manipulation.
size_x
and size_y
. This will slightly soften the image without losing too much detail.size_x
and size_y
. This is useful for creating background effects or reducing noise in an image.size_x
and size_y
may be set too high or too low.size_x
and size_y
values to achieve the desired level of blur. Start with smaller increments to fine-tune the effect.© Copyright 2024 RunComfy. All Rights Reserved.