ComfyUI Node Runs on cloud
LazyCache
A homebrew version of EasyCache - even 'easier' version of EasyCache to implement. Overall works worse than EasyCache, but better in some rare cases AND universal compatibility with everything in ComfyUI.
LazyCache
- model
- MODEL
◄reuse_threshold0.20►
◄start_percent0.15►
◄end_percent0.95►
◄verbosefalse►
Categoryadvanced/debug
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The model to add LazyCache to. | |
| reuse_threshold | FLOAT | 0.200–3 | The threshold for reusing cached steps. |
| start_percent | FLOAT | 0.150–1 | The relative sampling step to begin use of LazyCache. |
| end_percent | FLOAT | 0.950–1 | The relative sampling step to end use of LazyCache. |
| verbose | BOOLEAN | false | Whether to log verbose information. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| MODEL | MODEL | The model with LazyCache. |