Nodes/ComfyUI-sonar/SonarCompositeNoise
ComfyUI Node

SonarCompositeNoise

Custom noise type that allows compositing two other custom noise generators based on a mask.

By blepping·Created 3 years ago·Updated 2 days ago· 49
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)

NameTypeDefaultDescription
factorFLOAT1.000-10000–10000Scaling factor for the generated noise of this type.
sonar_custom_noise_dstSONAR_CUSTOM_NOISE,OCS_NOISECustom noise input for noise where the mask is not set. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE
sonar_custom_noise_srcSONAR_CUSTOM_NOISE,OCS_NOISECustom noise input for noise where the mask is set. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE
normalize_dstCOMBOdefaultControls whether noise generated for dst is normalized to 1.0 strength.
normalize_srcCOMBOdefaultControls whether noise generated for src is normalized to 1.0 strength.
normalize_resultCOMBOdefaultControls whether the final result after composition is normalized to 1.0 strength.
maskMASKMask 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)

NameTypeDescription
SONAR_CUSTOM_NOISESONAR_CUSTOM_NOISEA custom noise chain.