Visit ComfyUI Online for ready-to-use ComfyUI environment
Versatile node for generating controlled random noise in image processing, ideal for AI artists seeking creative texture.
JDC_RandNoise is a versatile node designed to generate random noise for image processing tasks. This node is particularly useful for AI artists looking to add a layer of randomness or texture to their images, enhancing the creative possibilities. By leveraging a seed value, JDC_RandNoise ensures reproducibility, allowing you to generate the same noise pattern consistently. The node can create noise across different channels (red, green, blue) and within specified value ranges, providing fine control over the noise characteristics. This makes it an essential tool for tasks that require controlled randomness, such as texture generation, image augmentation, and artistic effects.
Specifies the width of the generated noise image. This parameter determines the horizontal dimension of the output noise pattern. The value should be a positive integer representing the number of pixels.
Specifies the height of the generated noise image. This parameter determines the vertical dimension of the output noise pattern. The value should be a positive integer representing the number of pixels.
Defines the minimum value for the global noise intensity. This parameter sets the lower bound for the overall brightness of the noise. The value should be an integer between 0 and 255, with -1 indicating no clamping.
Defines the maximum value for the global noise intensity. This parameter sets the upper bound for the overall brightness of the noise. The value should be an integer between 0 and 255, with -1 indicating no clamping.
Specifies the minimum value for the red channel noise intensity. This parameter sets the lower bound for the red component of the noise. The value should be an integer between 0 and 255, with -1 indicating no clamping.
Specifies the maximum value for the red channel noise intensity. This parameter sets the upper bound for the red component of the noise. The value should be an integer between 0 and 255, with -1 indicating no clamping.
Specifies the minimum value for the green channel noise intensity. This parameter sets the lower bound for the green component of the noise. The value should be an integer between 0 and 255, with -1 indicating no clamping.
Specifies the maximum value for the green channel noise intensity. This parameter sets the upper bound for the green component of the noise. The value should be an integer between 0 and 255, with -1 indicating no clamping.
Specifies the minimum value for the blue channel noise intensity. This parameter sets the lower bound for the blue component of the noise. The value should be an integer between 0 and 255, with -1 indicating no clamping.
Specifies the maximum value for the blue channel noise intensity. This parameter sets the upper bound for the blue component of the noise. The value should be an integer between 0 and 255, with -1 indicating no clamping.
Defines the seed value for the random noise generation. This parameter ensures that the same noise pattern can be reproduced if the same seed is used. The value should be a positive integer.
The generated noise image. This output is an image tensor containing the random noise pattern based on the specified input parameters. The noise image can be used directly in image processing pipelines or as a texture in various artistic applications.
© Copyright 2024 RunComfy. All Rights Reserved.