ComfyUI Node
Affine Schedule Options
A ComfyUI node in sampling/custom_sampling/options with 12 inputs and 2 outputs.
Affine Schedule Options
- affine_schedule
- plot
◄start0.20►
◄end0.80►
◄bias0.50►
◄exponent1.00►
◄start_offset0.00►
◄end_offset0.00►
◄curveeaseInOutSine►
◄plot_steps100►
◄plot_width640►
◄plot_height320►
◄show_gridtrue►
◄show_pointsfalse►
Categorysampling/custom_sampling/options
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| start | FLOAT | 0.200–1 | — |
| end | FLOAT | 0.800–1 | — |
| bias | FLOAT | 0.500–1 | — |
| exponent | FLOAT | 1.000–10 | — |
| start_offset | FLOAT | 0.00-1–1 | — |
| end_offset | FLOAT | 0.00-1–1 | — |
| curve | COMBO | easeInOutSine | Easing curve that shapes the schedule between start and end. |
| plot_stepsopt | INT | 10010–2000 | Number of points to sample across 0..steps for plotting the schedule. |
| plot_widthopt | INT | 640160–4096 | Output plot image width in pixels. |
| plot_heightopt | INT | 320120–2048 | Output plot image height in pixels. |
| show_gridopt | BOOLEAN | true | Overlay a light grid on the plot if matplotlib is available. |
| show_pointsopt | BOOLEAN | false | Draw point markers on the curve if matplotlib is available. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| affine_schedule | DICT | — |
| plot | IMAGE | — |