ComfyUI Node
🧪 Sigma Plot (Experimental)
A ComfyUI node in BoyoNodes/Experimental with 4 inputs and 2 outputs.
🧪 Sigma Plot (Experimental)
- sigmas
- plot
â—„steps8â–º
â—„sigma_min0.030â–º
â—„strategysimpleâ–º
â—„seed42â–º
CategoryBoyoNodes/Experimental
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| steps | INT | 84–12 | Sampling steps. Flow model turbo range: 4–12. |
| sigma_min | FLOAT | 0.0300.001–0.5 | Lower sigma bound. Flow models: typically 0.03–0.125. BasicScheduler/simple at 8 steps ends at 0.125. Lower values spend more time in fine detail. |
| strategy | COMBO | simple | simple/linear : matches BasicScheduler — use as baseline. beta : middle-weighted spacing. beta57 : skewed toward detail end. karras : karras curve in [0,1] space. exponential : exponential decay. chaotic_* : chaos-map driven spacing (seeded). non_monotonic : linear base with reinjection events. |
| seed | INT | 420–18446744073709550000 | Seed for chaotic and non_monotonic strategies. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| sigmas | SIGMAS | — |
| plot | IMAGE | — |