> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# CreateHookKeyframesInterpolated - ComfyUI Built-in Node Documentation

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

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

在起始点和结束点之间创建一系列具有插值强度值的钩子关键帧。该节点会生成多个关键帧，使强度参数在生成过程的指定百分比范围内平滑过渡，并使用多种插值方法来控制过渡曲线。

## 输入

| 参数         | 描述                           | 数据类型            | 必填 | 范围                                                                                                                                                                                                    |
| ---------- | ---------------------------- | --------------- | -- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `开始强度`     | 插值序列的起始强度值（默认值：1.0）          | FLOAT           | 是  | 0.0 - 10.0                                                                                                                                                                                            |
| `结束强度`     | 插值序列的结束强度值（默认值：1.0）          | FLOAT           | 是  | 0.0 - 10.0                                                                                                                                                                                            |
| `插值`       | 用于在强度值之间过渡的插值方法（默认值：LINEAR）  | COMBO           | 是  | `LINEAR`<br />`EASE_IN`<br />`EASE_OUT`<br />`EASE_IN_OUT`<br />`EASE_OUT_IN`<br />`SINE`<br />`CUBIC`<br />`QUARTIC`<br />`QUINTIC`<br />`EXPO`<br />`CIRC`<br />`BACK`<br />`BOUNCE`<br />`ELASTIC` |
| `开始百分比`    | 生成过程中的起始百分比位置（默认值：0.0）       | FLOAT           | 是  | 0.0 - 1.0                                                                                                                                                                                             |
| `结束百分比`    | 生成过程中的结束百分比位置（默认值：1.0）       | FLOAT           | 是  | 0.0 - 1.0                                                                                                                                                                                             |
| `关键帧数量`    | 在插值序列中生成的关键帧数量（默认值：5）        | INT             | 是  | 2 - 100                                                                                                                                                                                               |
| `打印关键帧`    | 是否将生成的关键帧信息打印到日志中（默认值：False） | BOOLEAN         | 是  | True/False                                                                                                                                                                                            |
| `前一个约束关键帧` | 可选的先前钩子关键帧组，用于追加到其后          | HOOK\_KEYFRAMES | 否  | -                                                                                                                                                                                                     |

## 输出

| 输出名称    | 描述               | 数据类型            |
| ------- | ---------------- | --------------- |
| `约束关键帧` | 生成的包含插值序列的钩子关键帧组 | HOOK\_KEYFRAMES |

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

***

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