ComfyUI Node
SonarRepeatedNoise
Custom noise type that allows caching the output of other custom noise generators.
SonarRepeatedNoise
- sonar_custom_noise
- SONAR_CUSTOM_NOISE
◄factor1.000►
◄repeat_length8►
◄max_recycle1000►
◄normalizedefault►
◄permuteenabled►
Categoryadvanced/noise
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| factor | FLOAT | 1.000-10000–10000 | Scaling factor for the generated noise of this type. |
| sonar_custom_noise | SONAR_CUSTOM_NOISE,OCS_NOISE | Custom noise type to modulate. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE | |
| repeat_length | INT | 81–100 | Number of items to cache. |
| max_recycle | INT | 10001–1000 | Number of times an individual item will be used before it is replaced with fresh noise. |
| normalize | COMBO | default | Controls whether the generated noise is normalized to 1.0 strength. |
| permute | COMBO | enabled | When 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)
| Name | Type | Description |
|---|---|---|
| SONAR_CUSTOM_NOISE | SONAR_CUSTOM_NOISE | A custom noise chain. |