Nodes/ComfyUI-SuperNodes/🐧 Sigma Insert
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.

By sonnybox·Created 10 months ago·Updated 26 days ago· 7
🐧 Sigma Insert
  • sigmas
  • SIGMAS
index0
value1.00
CategorySuperNodes/Scheduling

Inputs (3)

NameTypeDefaultDescription
sigmasSIGMASInput sigma schedule.
indexINT0-1–10000Index of the sigma to insert preceding. 0 = first, -1 = before 0.0 (or at the end if 0.0 not present).
valueFLOAT1.000–10000Sigma value to insert.

Outputs (1)

NameTypeDescription
SIGMASSIGMASSigma schedule with the value inserted.