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

# FrameInterpolate - ComfyUI Built-in Node Documentation

> Frame Interpolate 节点在图像序列中的现有帧之间创建新帧，从而有效提高帧率。

Frame Interpolate 节点在图像序列中的现有帧之间创建新帧，从而有效提高帧率。它使用 AI 模型来预测中间帧的外观，可用于创建平滑的慢动作效果或提高视频的流畅度。

## 输入

| 参数     | 描述                                                  | 数据类型          | 必需 | 范围     |
| ------ | --------------------------------------------------- | ------------- | -- | ------ |
| `插值模型` | 用于生成中间帧的帧插值模型。                                      | INTERP\_MODEL | 是  | -      |
| `图像`   | 一批用于插值的连续图像（帧）。至少需要 2 张图像。如果提供的帧少于 2 个，节点将原样返回输入图像。 | IMAGE         | 是  | -      |
| `倍数`   | 帧数倍增的次数。例如，`multiplier` 为 2 时帧数翻倍。（默认值：2）           | INT           | 是  | 2 到 16 |

## 输出

| 输出名称    | 描述                                                                                      | 数据类型  |
| ------- | --------------------------------------------------------------------------------------- | ----- |
| `IMAGE` | 一批新图像，其中在原始帧之间插入了中间帧，从而形成更平滑的序列。输出帧总数为 `(number of input frames - 1) * multiplier + 1`。 | IMAGE |

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

***

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