Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ImageAddNoise node adds random noise to an input image. It uses a specified random seed to generate consistent noise patterns and allows controlling the intensity of the noise effect. The resulting image maintains the same dimensions as the input but with added visual texture.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image to which noise will be added
seedINTYes0 to 18446744073709551615The random seed used for creating the noise (default: 0)
strengthFLOATYes0.0 to 1.0Controls the intensity of the noise effect (default: 0.5)

Outputs

Output NameData TypeDescription
imageIMAGEThe output image with added noise applied