ComfyUI Node
SonarRandomNoise
Custom noise type that randomly selects between other custom noise items connected to it.
SonarRandomNoise
- sonar_custom_noise
- SONAR_CUSTOM_NOISE
◄factor1.000►
◄mix_count1►
◄normalizedefault►
Categoryadvanced/noise
Inputs (4)
| 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 input for noise items to randomize. Note: Unlike most other custom noise nodes, this is treated like a list. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE | |
| mix_count | INT | 11–100 | Number of items to select each time noise is generated. |
| normalize | COMBO | default | Controls whether the generated noise is normalized to 1.0 strength. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SONAR_CUSTOM_NOISE | SONAR_CUSTOM_NOISE | A custom noise chain. |