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

# HitPawVideoEnhance - ComfyUI Built-in Node Documentation

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

## 概述

HitPaw Video Enhance 节点通过外部 API 提升视频质量。它可以将低分辨率视频放大到更高分辨率，去除视觉伪影并降低噪点。处理费用根据输入视频的时长（每秒）计算。

## 输入

| 参数                 | 数据类型          | 必填 | 范围                                                                                    | 描述                                          |
| ------------------ | ------------- | -- | ------------------------------------------------------------------------------------- | ------------------------------------------- |
| `model`            | DYNAMIC COMBO | 是  | 提供多个选项                                                                                | 用于视频增强的 AI 模型。选择一个模型会显示嵌套的 `resolution` 参数。 |
| `model.resolution` | COMBO         | 是  | `"original"`<br />`"720p"`<br />`"1080p"`<br />`"2k/qhd"`<br />`"4k/uhd"`<br />`"8k"` | 增强视频的目标分辨率。某些选项可能根据所选的 `model` 而不可用。        |
| `video`            | VIDEO         | 是  | N/A                                                                                   | 待增强的输入视频文件。                                 |

**约束条件：**

* 输入 `video` 的时长必须在 0.5 秒到 60 分钟（3600 秒）之间。
* 所选的 `resolution` 必须大于输入视频的尺寸。如果视频是正方形，所选分辨率必须大于其宽度/高度。对于非正方形视频，所选分辨率必须大于视频的较短边尺寸。如果目标分辨率更小，将会引发错误。选择 `"original"` 可保持输入视频的分辨率。

## 输出

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