> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-mintlify-b90d3c69.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.

EasyCache 节点为模型实现了一个原生缓存系统，通过在采样过程中复用先前计算过的步骤来提升性能。它向模型添加了 EasyCache 功能，并支持在采样时间线上配置何时开始和停止使用缓存的可调阈值。

## 输入

| 参数     | 描述                                | 数据类型    | 是否必填 | 范围        |
| ------ | --------------------------------- | ------- | ---- | --------- |
| `模型`   | 要添加 EasyCache 功能的模型。              | MODEL   | 是    | -         |
| `重用阈值` | 复用缓存步骤的阈值（默认值：0.2）。               | FLOAT   | 否    | 0.0 - 3.0 |
| `开始位置` | 开始使用 EasyCache 的相对采样步骤（默认值：0.15）。 | FLOAT   | 否    | 0.0 - 1.0 |
| `结束位置` | 结束使用 EasyCache 的相对采样步骤（默认值：0.95）。 | FLOAT   | 否    | 0.0 - 1.0 |
| `调试信息` | 是否记录详细日志信息（默认值：False）。            | BOOLEAN | 否    | -         |

## 输出

| 输出名称 | 描述                   | 数据类型  |
| ---- | -------------------- | ----- |
| `模型` | 已添加 EasyCache 功能的模型。 | MODEL |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/EasyCache/zh.md)

***

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