ComfyUI Node
π§ Sigma Smoother
Inserts smoothed interpolation steps at the end of a sigma schedule before the final zero, useful for refining the final denoising steps.
π§ Sigma Smoother
- sigmas
- SIGMAS
βsmooth_steps1βΊ
βinterpolation_typelinearβΊ
CategorySuperNodes/Scheduling
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| sigmas | SIGMAS | The input sigmas tensor, typically ending in 0.0. | |
| smooth_steps | INT | 11β100 | Number of additional smoothed steps to insert between the last non-zero sigma and 0.0. |
| interpolation_type | COMBO | linear | Method to calculate the intermediate sigma values. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SIGMAS | SIGMAS | β |