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

# DiffusersLoader - ComfyUI Built-in Node Documentation

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

DiffusersLoader 节点用于加载 diffusers 格式的预训练模型。它会搜索包含 `model_index.json` 文件的有效 diffusers 模型目录，并将其作为 MODEL、CLIP 和 VAE 组件加载到流程中。此节点属于已弃用的加载器类别，提供与 Hugging Face diffusers 模型的兼容性。

## 输入

| 参数     | 描述                                                                        | 数据类型   | 是否必填 | 范围                                |
| ------ | ------------------------------------------------------------------------- | ------ | ---- | --------------------------------- |
| `模型路径` | 要加载的 diffusers 模型目录路径。该节点会自动扫描配置的 diffusers 文件夹中的有效 diffusers 模型，并列出可用选项。 | STRING | 是    | 提供多个选项<br />（从 diffusers 文件夹自动填充） |

## 输出

| 输出名称    | 描述                              | 数据类型  |
| ------- | ------------------------------- | ----- |
| `MODEL` | 从 diffusers 格式加载的模型组件           | MODEL |
| `CLIP`  | 从 diffusers 格式加载的 CLIP 模型组件     | CLIP  |
| `VAE`   | 从 diffusers 格式加载的 VAE（变分自编码器）组件 | VAE   |

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

***

**Source fingerprint (SHA-256):** `59be9923ed76d4859d5f7217a802c43297cb5af3d895eb6713edea97a32c3db2`
