ComfyUI Node
DARASK Anima Step Cache (Spectrum)
A ComfyUI node in DARASK with 9 inputs and 2 outputs.
DARASK Anima Step Cache (Spectrum)
- model
- MODEL
- info
◄total_steps30►
◄prediction_weight0.25►
◄polynomial_degree6►
◄regularization0.50►
◄window_size2►
◄flex_window0.00►
◄warmup_steps6►
◄stop_caching_at0.90►
CategoryDARASK
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | — | |
| total_steps | INT | 301–1000 | Total sampler steps — used only to schedule warmup/stop cutoffs proportionally. |
| prediction_weight | FLOAT | 0.250–1 | 0 = pure Taylor (linear) extrapolation. 0.25 = blend 25% Chebyshev polynomial (Forge Spectrum default). 1 = pure polynomial. |
| polynomial_degree | INT | 61–8 | Chebyshev poly order. Higher = captures more curvature, slower. |
| regularization | FLOAT | 0.500–5 | Ridge λ. Higher = smoother / more stable, less responsive. |
| window_size | INT | 21–10 | Run the real model on every Nth step. 2 → skip every other step. |
| flex_window | FLOAT | 0.000–2 | Window growth per real-model run — accelerates further into the schedule. |
| warmup_steps | INT | 60–50 | Run the model for real this many steps before caching kicks in. |
| stop_caching_at | FLOAT | 0.900–1 | Run real model for the last (1 − x) of the schedule for clean denoising. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | — |
| info | STRING | — |