> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# UNETLoader - ComfyUI Built-in Node Documentation

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

UNETLoader 节点用于按名称加载 U-Net 模型，便于在系统中使用预训练的 U-Net 架构。

此节点将检测位于 `ComfyUI/models/diffusion_models` 文件夹中的模型。

## 输入

| 参数       | 描述                                                           | 数据类型           |
| -------- | ------------------------------------------------------------ | -------------- |
| `UNet名称` | 指定要加载的 U-Net 模型的名称。此名称用于在预定义的目录结构中定位模型，从而实现动态加载不同的 U-Net 模型。 | COMBO\[STRING] |
| `数据类型`   | 🚧 fp8\_e4m3fn fp9\_e5m2                                     | ...            |

## 输出

| 参数      | 描述                                | 数据类型  |
| ------- | --------------------------------- | ----- |
| `model` | 返回加载的 U-Net 模型，使其可用于系统中的进一步处理或推理。 | MODEL |

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