ComfyUI Node
SAX Cache
Applies DeepCache to the model in the pipe, accelerating all downstream processing (KSampler, Detailer).
SAX Cache
- pipe
- PIPE
◄enabledtrue►
◄deepcache_interval3►
◄deepcache_start_percent0.20►
CategorySAX/Bridge/Utility
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| pipe | PIPE_LINE | — | |
| enabled | BOOLEAN | true | When False, returns the pipe as-is without applying any cache. |
| deepcache_interval | INT | 31–10 | 1=DeepCache disabled. Runs full computation once every N steps; remaining steps use the cache. |
| deepcache_start_percent | FLOAT | 0.200–1 | Denoising progress ratio at which DeepCache kicks in. Early steps run normally to preserve quality. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| PIPE | PIPE_LINE | — |