Visit ComfyUI Online for ready-to-use ComfyUI environment
Add controlled noise for texture and complexity, with adjustable parameters for artistic effects.
The "Noise From Image" node is designed to add noise to an image, enhancing its texture and visual complexity. This node is particularly useful for AI artists looking to create more dynamic and interesting images by introducing controlled randomness. The node applies a combination of elastic transformations and noise blending techniques to achieve a unique effect. It allows for fine-tuning various parameters such as noise intensity, blend rate, and saturation correction, providing you with the flexibility to achieve the desired artistic outcome. By manipulating these settings, you can create anything from subtle texture enhancements to dramatic, noise-infused visuals.
This parameter represents the input image to which noise will be added. The image should be in a tensor format, typically with dimensions corresponding to batch size, channels, height, and width.
The alpha value for the elastic transform, which determines the magnitude of displacements in the image. Higher values result in more pronounced distortions. This parameter accepts a float value.
The sigma value for the elastic transform, which controls the smoothness of the displacements. A higher sigma value results in smoother transformations. This parameter accepts a float value.
This parameter controls the intensity of the noise added to the image. It acts as a multiplier for the generated noise, with higher values resulting in more intense noise. This parameter accepts a float value.
A multiplier that enlarges the generated noise. This parameter helps in scaling the noise to match the dimensions of the input image. It accepts an integer value.
The blend rate between the elastic transformation and the noise. This parameter determines how much of the final image is composed of the transformed image versus the added noise. It accepts a float value.
This parameter adjusts the saturation of the final image. A value of 1.0 means no correction, while values greater or less than 1.0 increase or decrease the saturation, respectively. This parameter accepts a float value.
Specifies the blending mode used to combine the noise with the image. Different modes can produce various artistic effects. This parameter accepts a string value.
The strength of the blending between the original image and the noise. Higher values result in a stronger blend. This parameter accepts a float value.
An optional parameter for a Variational Autoencoder (VAE) that can be used to encode the final image. This parameter is typically used for further processing in generative models.
The final image with added noise and transformations. This output is a tensor that represents the modified image, ready for further processing or display.
A dictionary containing the latent representation of the final image if a VAE is used. This can be useful for generative tasks or further image manipulation.
noise_intensity
and noise_blend_rate
to achieve a balance between subtle texture and dramatic noise effects.saturation_correction
parameter to fine-tune the color vibrancy of your final image, especially if the added noise affects the overall color balance.blend_mode
settings to explore various artistic effects and find the one that best suits your creative vision.noise_intensity
should be a float, and blend_mode
should be a valid string.vae_opt
parameter.© Copyright 2024 RunComfy. All Rights Reserved.