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

# ImageUpscaleWithModel - ComfyUI Built-in Node Documentation

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

此节点设计用于使用指定的放大模型放大图像。它通过将图像调整到适当的设备、有效管理内存，并以平铺方式应用放大模型来处理放大过程，以适应潜在的内存不足错误。

## 输入

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

## 输出

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