> ## 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.

# FrameInterpolate - ComfyUI Built-in Node Documentation

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

## 概述

帧插值节点在图像序列的现有帧之间创建新帧，有效提升帧率。它利用 AI 模型预测中间帧的形态，可用于创建流畅的慢动作效果或提升视频的平滑度。

## 输入

| 参数     | 描述                            | 数据类型  | 必填 | 范围     |
| ------ | ----------------------------- | ----- | -- | ------ |
| `插值模型` | 用于生成中间帧的帧插值模型                 | MODEL | 是  | -      |
| `图像`   | 需要进行插值的一组连续图像（帧）。至少需要 2 张图像。  | IMAGE | 是  | -      |
| `倍数`   | 帧数倍增次数。例如，倍率为 2 时帧数翻倍。（默认值：2） | INT   | 是  | 2 至 16 |

## 输出

| 输出名称    | 描述                                                            | 数据类型  |
| ------- | ------------------------------------------------------------- | ----- |
| `IMAGE` | 在原始帧之间插入插值帧后生成的新图像批次，从而得到更平滑的序列。输出帧总数为 `(输入帧数 - 1) * 倍率 + 1`。 | IMAGE |

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

***

**Source fingerprint (SHA-256):** `05fdac188d9d7c7d5cac9ade55ba22cc743395b3c659a519ca03fe293b9a6e34`
