ComfyUI Node
🐧 Sigma Insert
Inserts a sigma value preceding the specified index. The inserted value must be smaller than the sigma value before it. Index -1 has special behavior: inserts before the first 0.0, or appends at the end if 0.0 is not present.
🐧 Sigma Insert
- sigmas
- SIGMAS
◄index0►
◄value1.00►
CategorySuperNodes/Scheduling
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| sigmas | SIGMAS | Input sigma schedule. | |
| index | INT | 0-1–10000 | Index of the sigma to insert preceding. 0 = first, -1 = before 0.0 (or at the end if 0.0 not present). |
| value | FLOAT | 1.000–10000 | Sigma value to insert. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SIGMAS | SIGMAS | Sigma schedule with the value inserted. |