> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EasyCache - ComfyUI Built-in Node Documentation

> Complete documentation for the EasyCache node in ComfyUI. Learn its inputs, outputs, parameters and usage.

The EasyCache node implements a native caching system for models to improve performance by reusing previously computed steps during the sampling process. It adds EasyCache functionality to a model with configurable thresholds for when to start and stop using the cache during the sampling timeline.

## Inputs

| Parameter         | Description                                                           | Data Type | Required | Range     |
| ----------------- | --------------------------------------------------------------------- | --------- | -------- | --------- |
| `model`           | The model to add EasyCache to.                                        | MODEL     | Yes      | -         |
| `reuse_threshold` | The threshold for reusing cached steps (default: 0.2).                | FLOAT     | No       | 0.0 - 3.0 |
| `start_percent`   | The relative sampling step to begin use of EasyCache (default: 0.15). | FLOAT     | No       | 0.0 - 1.0 |
| `end_percent`     | The relative sampling step to end use of EasyCache (default: 0.95).   | FLOAT     | No       | 0.0 - 1.0 |
| `verbose`         | Whether to log verbose information (default: False).                  | BOOLEAN   | No       | -         |

## Outputs

| Output Name | Description                                   | Data Type |
| ----------- | --------------------------------------------- | --------- |
| `model`     | The model with EasyCache functionality added. | MODEL     |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EasyCache/en.md)

***

**Source fingerprint (SHA-256):** `c94867faae0005743a593a20d432fe3a3d01624148d0dbd1f2576df54026b2ab`
