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

# WavespeedFlashVSRNode - ComfyUI Built-in Node Documentation

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

WavespeedFlashVSRNode 是一个快速、高质量的视频超分辨率节点，能够提升低分辨率或模糊素材的分辨率并恢复其清晰度。它处理输入视频，并输出用户所选更高分辨率的新视频。

## 输入参数

| 参数                  | 数据类型   | 必填 | 范围                                              | 描述                 |
| ------------------- | ------ | -- | ----------------------------------------------- | ------------------ |
| `video`             | VIDEO  | 是  | N/A                                             | 待进行超分辨率处理的输入视频文件。  |
| `target_resolution` | STRING | 是  | `"720p"`<br />`"1080p"`<br />`"2K"`<br />`"4K"` | 超分辨率处理后输出视频的目标分辨率。 |

**输入限制：**

* 输入的 `video` 文件必须为 MP4 容器格式。
* 输入的 `video` 时长必须在 5 秒到 10 分钟（600 秒）之间。

## 输出结果

| 输出名称     | 数据类型  | 描述                   |
| -------- | ----- | -------------------- |
| `output` | VIDEO | 按所选目标分辨率生成的超分辨率视频文件。 |
