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

# ImageUpscaleWithModel - ComfyUI Built-in Node Documentation

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

此节点专为使用指定的放大模型对图像进行放大而设计。它通过将图像调整至合适设备、优化内存使用，并以分块方式应用放大模型来高效管理放大过程，从而防止潜在的内存溢出错误。

## 输入

| 参数     | 描述                               | Comfy 数据类型      |
| ------ | -------------------------------- | --------------- |
| `放大模型` | 用于放大图像的放大模型。该参数对于定义放大算法及其参数至关重要。 | `UPSCALE_MODEL` |
| `图像`   | 待放大的图像。此输入对于确定将经历放大过程的源内容至关重要。   | `IMAGE`         |

## 输出

| 参数   | 描述                                       | 数据类型    |
| ---- | ---------------------------------------- | ------- |
| `图像` | 经放大模型处理后的放大图像。此输出是放大操作的结果，展示了增强后的分辨率或质量。 | `IMAGE` |

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