Visit ComfyUI Online for ready-to-use ComfyUI environment
Add Gaussian noise to images for artistic and technical purposes, enhancing realism and texture with controllable intensity.
The ImageNoiseGaussian
node is designed to add Gaussian noise to your images, which can be particularly useful for various artistic and technical purposes. Gaussian noise, also known as normal noise, is characterized by its bell-shaped probability distribution, which means that most of the noise values are concentrated around the mean. This type of noise can help simulate real-world imperfections, enhance the texture, or even serve as a data augmentation technique for training machine learning models. By using this node, you can control the intensity and characteristics of the noise, making it a versatile tool for AI artists looking to add a touch of randomness or realism to their digital creations.
This parameter expects an image input to which the Gaussian noise will be applied. The image should be in a compatible format that the node can process.
This parameter controls the intensity of the Gaussian noise added to the image. A higher value will result in more noticeable noise, while a lower value will produce a subtler effect. The default value is typically set to provide a balanced amount of noise without overwhelming the original image.
This boolean parameter determines whether the noise should be monochromatic (single color channel) or not. If set to "true," the noise will be the same across all color channels, giving a uniform appearance. If set to "false," each color channel will have independent noise, resulting in a more colorful and varied effect. The options are "true" or "false."
This boolean parameter decides whether the noise should be inverted. If set to "true," the noise will be subtracted from the image, creating a different visual effect compared to the default addition of noise. The options are "true" or "false."
This parameter specifies which color channels the noise should be applied to. You can choose from various combinations such as "rgb," "rgba," "rg," "rb," "ra," "gb," "ga," "ba," "r," "g," "b," and "a." This allows for fine-tuned control over which parts of the image are affected by the noise.
The output is the modified image with Gaussian noise applied. This image retains the same format and dimensions as the input image but includes the added noise based on the specified parameters. The resulting image can be used directly in your projects or further processed as needed.
© Copyright 2024 RunComfy. All Rights Reserved.