Nodes/ComfyUI-sonar/SonarGuidedNoise
ComfyUI Node

SonarGuidedNoise

Custom noise type that mixes a references with another custom noise generator to guide the generation.

By blepping·Created 3 years ago·Updated 2 days ago· 49
SonarGuidedNoise
  • latent
  • sonar_custom_noise
  • SONAR_CUSTOM_NOISE
factor1.000
methodeuler
guidance_factor0.013
normalize_noisedefault
normalize_resultdefault
normalize_reftrue
Categoryadvanced/noise

Inputs (8)

NameTypeDefaultDescription
factorFLOAT1.000-10000–10000Scaling factor for the generated noise of this type.
latentLATENTLatent to use for guidance.
methodCOMBOeulerMethod to use when calculating guidance. When set to linear, will simply LERP the guidance at the specified strength. When set to Euler, will do a Euler step toward the guidance instead.
guidance_factorFLOAT0.013-100–100Strength of the guidance to apply. Generally should be a relatively slow value to avoid overpowering the generation.
normalize_noiseCOMBOdefaultControls whether the generated noise is normalized to 1.0 strength.
normalize_resultCOMBOdefaultControls whether the final result is normalized to 1.0 strength.
normalize_refBOOLEANtrueControls whether the reference latent (when present) is normalized to 1.0 strength.
sonar_custom_noiseoptSONAR_CUSTOM_NOISE,OCS_NOISEOptional custom noise input to combine with the guidance. If you don't attach something here your reference will be combined with zeros. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE

Outputs (1)

NameTypeDescription
SONAR_CUSTOM_NOISESONAR_CUSTOM_NOISEA custom noise chain.