ComfyUI Node
LC Split Sigmas (Advanced)
Split sigma curves at step_swap. Required: model_1, sigmas_1, step_swap, denoise. Optional: model_2, sigmas_2 — if sigmas_2 is missing, sigmas_1 is used for the whole schedule. Outputs: sigmas_high, sigmas_low.
LC Split Sigmas (Advanced)
- model_1
- sigmas_1
- model_2
- sigmas_2
- sigmas_high
- sigmas_low
◄step_swap10►
◄denoise1.00►
CategoryLC123/sampling
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| model_1 | MODEL | 1st-pass model (pair with sigmas_1 / high pass). | |
| sigmas_1 | SIGMAS | Full 1st-pass schedule (steps set on LC Basic Scheduler). | |
| step_swap | INT | 100–10000 | Handoff step after denoise. If >= total steps on sigmas_1, split is ignored and sigmas_1 runs to completion. |
| denoise | FLOAT | 1.000–1 | Denoise applied to curve(s) before the split (1.0 = full). |
| model_2opt | MODEL | 2nd-pass model. Optional — falls back to model_1 when empty. | |
| sigmas_2opt | SIGMAS | 2nd-pass schedule. Optional — falls back to sigmas_1 (entire schedule from the first curve). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| sigmas_high | SIGMAS | — |
| sigmas_low | SIGMAS | — |