Nodes/ComfyUI-sonar/SonarRepeatedNoise
ComfyUI Node

SonarRepeatedNoise

Custom noise type that allows caching the output of other custom noise generators.

By blepping·Created 3 years ago·Updated 2 days ago· 49
SonarRepeatedNoise
  • sonar_custom_noise
  • SONAR_CUSTOM_NOISE
factor1.000
repeat_length8
max_recycle1000
normalizedefault
permuteenabled
Categoryadvanced/noise

Inputs (6)

NameTypeDefaultDescription
factorFLOAT1.000-10000–10000Scaling factor for the generated noise of this type.
sonar_custom_noiseSONAR_CUSTOM_NOISE,OCS_NOISECustom noise type to modulate. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE
repeat_lengthINT81–100Number of items to cache.
max_recycleINT10001–1000Number of times an individual item will be used before it is replaced with fresh noise.
normalizeCOMBOdefaultControls whether the generated noise is normalized to 1.0 strength.
permuteCOMBOenabledWhen enabled, recycled noise will be permuted by randomly flipping it, rolling the channels, etc. If set to always, the noise will be permuted the first time it's used as well.

Outputs (1)

NameTypeDescription
SONAR_CUSTOM_NOISESONAR_CUSTOM_NOISEA custom noise chain.