ComfyUI Node
SonarGuidedNoise
Custom noise type that mixes a references with another custom noise generator to guide the generation.
SonarGuidedNoise
- latent
- sonar_custom_noise
- SONAR_CUSTOM_NOISE
◄factor1.000►
◄methodeuler►
◄guidance_factor0.013►
◄normalize_noisedefault►
◄normalize_resultdefault►
◄normalize_reftrue►
Categoryadvanced/noise
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| factor | FLOAT | 1.000-10000–10000 | Scaling factor for the generated noise of this type. |
| latent | LATENT | Latent to use for guidance. | |
| method | COMBO | euler | Method 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_factor | FLOAT | 0.013-100–100 | Strength of the guidance to apply. Generally should be a relatively slow value to avoid overpowering the generation. |
| normalize_noise | COMBO | default | Controls whether the generated noise is normalized to 1.0 strength. |
| normalize_result | COMBO | default | Controls whether the final result is normalized to 1.0 strength. |
| normalize_ref | BOOLEAN | true | Controls whether the reference latent (when present) is normalized to 1.0 strength. |
| sonar_custom_noiseopt | SONAR_CUSTOM_NOISE,OCS_NOISE | Optional 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)
| Name | Type | Description |
|---|---|---|
| SONAR_CUSTOM_NOISE | SONAR_CUSTOM_NOISE | A custom noise chain. |