Visit ComfyUI Online for ready-to-use ComfyUI environment
Apply blur effect to images for artistic enhancement and noise reduction with adjustable parameters for varied visual outcomes.
The ImageMagick Blur node is designed to apply a blur effect to an image, softening its details and reducing noise. This node is particularly useful for creating artistic effects, enhancing the focus on specific parts of an image, or preparing images for further processing. By adjusting the blur parameters, you can control the intensity and spread of the blur, allowing for a wide range of visual outcomes. The blur effect is applied iteratively, ensuring a smooth and consistent result across the entire image.
This parameter represents the input image that you want to apply the blur effect to. The image should be in a compatible format that the node can process.
The radius parameter determines the size of the area around each pixel that will be considered when applying the blur. A larger radius results in a more pronounced blur effect. The value can range from 0.0 to 1024.0, with a default value of 0.0. Adjusting the radius allows you to control the extent of the blur.
The sigma parameter controls the amount of blur applied to the image. It defines the standard deviation of the Gaussian function used in the blur process. A higher sigma value results in a stronger blur effect. The value can range from 0.0 to 1024.0, with a default value of 0.0. Fine-tuning the sigma value helps achieve the desired level of smoothness.
The channel parameter specifies which color channel(s) the blur effect should be applied to. Options include undefined
, red
, gray
, cyan
, green
, magenta
, blue
, yellow
, black
, alpha
, opacity
, index
, readmask
, write_mask
, meta
, composite_channels
, all_channels
, true_alpha
, rgb
, rgb_channels
, gray_channels
, sync_channels
, and default_channels
. The default value is red
. Selecting the appropriate channel allows for targeted blurring of specific color components.
The output parameter is the processed image with the blur effect applied. This image can be used for further artistic manipulation or as a final output. The blur effect will be visible based on the input parameters, providing a softened and aesthetically pleasing result.
© Copyright 2024 RunComfy. All Rights Reserved.