Visit ComfyUI Online for ready-to-use ComfyUI environment
Applies Gaussian blur effect to images for noise reduction and soft appearance, enhancing aesthetics and blending elements seamlessly.
The LayerFilter: GaussianBlur node is designed to apply a Gaussian blur effect to images, which is a common technique used to reduce image noise and detail. This node is particularly useful for creating a smooth, soft appearance in your images, which can enhance the overall aesthetic or help in blending elements together more seamlessly. The Gaussian blur works by averaging the pixels around a target pixel, weighted by a Gaussian function, which results in a more natural and visually pleasing blur compared to other methods. This node is essential for AI artists looking to add a professional touch to their images by controlling the level of detail and smoothness.
This parameter accepts the image(s) you want to apply the Gaussian blur to. The input should be in the form of an image tensor. The image parameter is required and serves as the primary data that the node processes to produce the blurred effect.
This parameter controls the intensity of the Gaussian blur effect. It is an integer value with a default of 20, a minimum of 1, and a maximum of 999. The blur parameter determines how much the image will be smoothed; higher values result in a stronger blur, while lower values produce a subtler effect. Adjusting this parameter allows you to fine-tune the balance between detail and smoothness in your image.
The output parameter is the processed image with the Gaussian blur effect applied. This output is an image tensor that retains the same dimensions as the input image but with the specified level of blur. The blurred image can be used directly in your projects or further processed with other nodes to achieve the desired visual outcome.
ValueError: Expected input to be a tensor
IndexError: list index out of range
TypeError: unsupported operand type(s) for *: 'NoneType' and 'int'
© Copyright 2024 RunComfy. All Rights Reserved.