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

# WavespeedImageUpscaleNode - ComfyUI Built-in Node Documentation

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

WaveSpeed 图像超分辨率节点使用外部 AI 服务来提高图像的分辨率和质量。它接收一张输入照片，并将其超分辨率到更高的目标分辨率，例如 2K、4K 或 8K，从而生成更清晰、细节更丰富的结果。

## 输入参数

| 参数                  | 数据类型   | 必填 | 取值范围                           | 描述                                                |
| ------------------- | ------ | -- | ------------------------------ | ------------------------------------------------- |
| `model`             | STRING | 是  | `"SeedVR2"`<br />`"Ultimate"`  | 用于超分辨率的 AI 模型。"SeedVR2" 和 "Ultimate" 提供不同质量和价格层级。 |
| `image`             | IMAGE  | 是  |                                | 待进行超分辨率的输入图像。                                     |
| `target_resolution` | STRING | 是  | `"2K"`<br />`"4K"`<br />`"8K"` | 超分辨率后图像的期望输出分辨率。                                  |

**注意：** 此节点要求恰好输入一张图像。提供一批图像将导致错误。

## 输出

| 输出名称    | 数据类型  | 描述                 |
| ------- | ----- | ------------------ |
| `image` | IMAGE | 经过超分辨率处理的高分辨率输出图像。 |
