ComfyUI Node
SonarGuidanceConfig
Allows specifying extended guidance parameters for Sonar samplers.
SonarGuidanceConfig
- latent
- SONAR_GUIDANCE_CFG
◄factor0.010►
◄guidance_typelinear►
◄start_step0►
◄end_step9999►
Categorysampling/custom_sampling/samplers
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| factor | FLOAT | 0.010-2–2 | Controls the strength of the guidance. You'll generally want to use fairly low values here. |
| guidance_type | COMBO | linear | 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. |
| start_step | INT | 00–10000 | First zero-based step the guidance is active. |
| end_step | INT | 99990–10000 | Last zero-based step the guidance is active. |
| latent | LATENT | Latent to use as a reference for guidance. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SONAR_GUIDANCE_CFG | SONAR_GUIDANCE_CFG | — |