ComfyUI Node
LC Split Sigma Scheduler
Dual-model sigma split for SamplerCustomAdvanced. sigmas_high from Model; sigmas_low from 2nd model (or Model if unset). step_swap is an input only (not re-exported).
LC Split Sigma Scheduler
- Model
- 2nd model
- sigmas_high
- sigmas_low
◄schedulersimple►
◄total_steps40►
◄step_swap30►
◄denoise1.00►
CategoryLC123/sampling
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| Model | MODEL | Primary model — builds the high-sigma (1st pass) schedule. | |
| scheduler | COMBO | simple | Scheduler type for both sigma curves. |
| total_steps | INT | 401–10000 | Total steps in the full schedule. |
| step_swap | INT | 300–10000 | Handoff step. high = 0..swap, low = swap..end. If >= total steps, split is ignored and the 1st schedule runs to completion. |
| denoise | FLOAT | 1.000–1 | Denoise strength for building the full schedule (1.0 = full). |
| 2nd modelopt | MODEL | Optional 2nd model for the low-sigma (2nd pass) schedule. Falls back to Model when empty. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| sigmas_high | SIGMAS | — |
| sigmas_low | SIGMAS | — |