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

# UpscaleModelLoader - ComfyUI Built-in Node Documentation

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

此节点将检测位于 `ComfyUI/models/upscale_models` 文件夹中的模型，同时也会读取在 extra\_model\_paths.yaml 文件中配置的其他路径中的模型。有时，您可能需要**刷新 ComfyUI 界面**，以便它能够读取相应文件夹中的模型文件。

UpscaleModelLoader 节点用于从指定目录加载放大模型。它有助于检索和准备用于图像放大任务的放大模型，确保模型被正确加载并配置为评估状态。

## 输入

| 字段     | 描述                                    | Comfy 数据类型      |
| ------ | ------------------------------------- | --------------- |
| `模型名称` | 指定要加载的放大模型的名称，用于从放大模型目录中识别并检索正确的模型文件。 | `COMBO[STRING]` |

## 输出

| 字段              | 描述                        | Comfy 数据类型      |
| --------------- | ------------------------- | --------------- |
| `upscale_model` | 返回已加载并准备好的放大模型，可用于图像放大任务。 | `UPSCALE_MODEL` |

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