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

# TopazVideoEnhance - ComfyUI Built-in Node Documentation

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

Topaz Video Enhance 节点使用外部 API 来提升视频质量。它可以放大视频分辨率、通过插值提高帧率，并应用压缩。该节点处理输入的 MP4 视频，并根据所选设置返回增强后的版本。

## 输入参数

| 参数                                  | 数据类型    | 必填 | 范围                                                                                                                                                                                                                                                                                                | 描述                                                  |
| ----------------------------------- | ------- | -- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| `video`                             | VIDEO   | 是  | -                                                                                                                                                                                                                                                                                                 | 待增强的输入视频文件。                                         |
| `upscaler_enabled`                  | BOOLEAN | 是  | -                                                                                                                                                                                                                                                                                                 | 启用或禁用视频放大功能（默认：True）。                               |
| `upscaler_model`                    | COMBO   | 是  | `"Proteus v3"`<br />`"Artemis v13"`<br />`"Artemis v14"`<br />`"Artemis v15"`<br />`"Gaia v6"`<br />`"Theia v3"`<br />`"Starlight (Astra) Creative"`<br />`"Starlight (Astra) Optimized"`<br />`"Starlight (Astra) Balanced"`<br />`"Starlight (Astra) Quality"`<br />`"Starlight (Astra) Speed"` | 用于视频放大的 AI 模型。                                      |
| `upscaler_resolution`               | COMBO   | 是  | `"FullHD (1080p)"`<br />`"4K (2160p)"`                                                                                                                                                                                                                                                            | 放大视频的目标分辨率。                                         |
| `upscaler_creativity`               | COMBO   | 否  | `"low"`<br />`"middle"`<br />`"high"`                                                                                                                                                                                                                                                             | 创意水平（仅适用于 Starlight (Astra) Creative 模型）。（默认："low"） |
| `interpolation_enabled`             | BOOLEAN | 否  | -                                                                                                                                                                                                                                                                                                 | 启用或禁用帧插值功能（默认：False）。                               |
| `interpolation_model`               | COMBO   | 否  | `"apo-8"`                                                                                                                                                                                                                                                                                         | 用于帧插值的模型（默认："apo-8"）。                               |
| `interpolation_slowmo`              | INT     | 否  | 1 到 16                                                                                                                                                                                                                                                                                            | 应用于输入视频的慢动作因子。例如，2 会使输出速度减半，时长加倍。（默认：1）             |
| `interpolation_frame_rate`          | INT     | 否  | 15 到 240                                                                                                                                                                                                                                                                                          | 输出帧率。（默认：60）                                        |
| `interpolation_duplicate`           | BOOLEAN | 否  | -                                                                                                                                                                                                                                                                                                 | 分析输入视频中的重复帧并将其移除。（默认：False）                         |
| `interpolation_duplicate_threshold` | FLOAT   | 否  | 0.001 到 0.1                                                                                                                                                                                                                                                                                       | 重复帧检测的敏感度。（默认：0.01）                                 |
| `dynamic_compression_level`         | COMBO   | 否  | `"Low"`<br />`"Mid"`<br />`"High"`                                                                                                                                                                                                                                                                | CQP 级别。（默认："Low"）                                   |

**注意：** 必须至少启用一项增强功能。如果 `upscaler_enabled` 和 `interpolation_enabled` 都设置为 `False`，节点将引发错误。输入视频必须是 MP4 格式。

## 输出

| 输出名称    | 数据类型  | 描述          |
| ------- | ----- | ----------- |
| `video` | VIDEO | 增强后的输出视频文件。 |
