ComfyUI Node
SonarCompositeNoise
Custom noise type that allows compositing two other custom noise generators based on a mask.
SonarCompositeNoise
- sonar_custom_noise_dst
- sonar_custom_noise_src
- mask
- SONAR_CUSTOM_NOISE
◄factor1.000►
◄normalize_dstdefault►
◄normalize_srcdefault►
◄normalize_resultdefault►
Categoryadvanced/noise
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| factor | FLOAT | 1.000-10000–10000 | Scaling factor for the generated noise of this type. |
| sonar_custom_noise_dst | SONAR_CUSTOM_NOISE,OCS_NOISE | Custom noise input for noise where the mask is not set. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE | |
| sonar_custom_noise_src | SONAR_CUSTOM_NOISE,OCS_NOISE | Custom noise input for noise where the mask is set. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE | |
| normalize_dst | COMBO | default | Controls whether noise generated for dst is normalized to 1.0 strength. |
| normalize_src | COMBO | default | Controls whether noise generated for src is normalized to 1.0 strength. |
| normalize_result | COMBO | default | Controls whether the final result after composition is normalized to 1.0 strength. |
| mask | MASK | Mask to use when compositing noise. Where the mask is 1.0, you will get 100% src, where it is 0.75 you will get 75% src and 25% dst. The mask will be rescaled to match the latent size if necessary. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SONAR_CUSTOM_NOISE | SONAR_CUSTOM_NOISE | A custom noise chain. |