ComfyUI Node
SonarModulatedNoise
Custom noise type that allows modulating the output of another custom noise generator.
SonarModulatedNoise
- sonar_custom_noise
- ref_latent_opt
- SONAR_CUSTOM_NOISE
◄factor1.000►
◄modulation_type▾►
◄dims3►
◄strength2.000►
◄normalize_resultdefault►
◄normalize_noisedefault►
◄normalize_reftrue►
Categoryadvanced/noise
Inputs (9)
| 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 | |
| modulation_type | COMBO | Type of modulation to use. | |
| dims | INT | 31–3 | Dimensions to modulate over. 1 - channels only, 2 - height and width, 3 - both |
| strength | FLOAT | 2.000-100–100 | Controls the strength of the modulation effect. |
| normalize_result | COMBO | default | Controls whether the final result is normalized to 1.0 strength. |
| normalize_noise | COMBO | default | Controls whether the generated noise is normalized to 1.0 strength. |
| normalize_ref | BOOLEAN | true | Controls whether the reference latent (when present) is normalized to 1.0 strength. |
| ref_latent_optopt | LATENT | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SONAR_CUSTOM_NOISE | SONAR_CUSTOM_NOISE | A custom noise chain. |