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

# CreateHookKeyframe - ComfyUI Built-in Node Documentation

> Complete documentation for the CreateHookKeyframe 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/CreateHookKeyframe/zh.md)

Create Hook Keyframe 节点允许您在生成过程中定义钩子行为发生变化的具体时间点。它会创建关键帧，在生成进度的特定百分比处修改钩子的强度，这些关键帧可以链接在一起以创建复杂的调度模式。

## 输入参数

| 参数         | 数据类型            | 必填 | 取值范围         | 描述                         |
| ---------- | --------------- | -- | ------------ | -------------------------- |
| `强度倍数`     | FLOAT           | 是  | -20.0 到 20.0 | 此关键帧处钩子强度的乘数（默认值：1.0）      |
| `开始百分比`    | FLOAT           | 是  | 0.0 到 1.0    | 生成过程中此关键帧生效的百分比点（默认值：0.0）  |
| `前一个约束关键帧` | HOOK\_KEYFRAMES | 否  | -            | 可选的先前钩子关键帧组，用于将当前关键帧添加到该组中 |

## 输出参数

| 输出名称      | 数据类型            | 描述               |
| --------- | --------------- | ---------------- |
| `HOOK_KF` | HOOK\_KEYFRAMES | 包含新创建关键帧的一组钩子关键帧 |
