> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-custom-nodes-sdk-v2-frontend.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# DiffusersLoader - ComfyUI Built-in Node Documentation

> DiffusersLoader 节点用于加载以 diffusers 格式保存的预训练模型。

DiffusersLoader 节点用于加载以 diffusers 格式保存的预训练模型。它会搜索配置的 `diffusers` 文件夹，查找包含 `model_index.json` 文件的目录，让您选择其中一个，并将其加载为流程中使用的 MODEL、CLIP 和 VAE 组件。此节点已弃用，但保留用于兼容 Hugging Face diffusers 模型。

## 输入

| 参数     | 描述                                                            | 数据类型  | 必填 | 范围                                |
| ------ | ------------------------------------------------------------- | ----- | -- | --------------------------------- |
| `模型路径` | 要加载的 diffusers 模型目录路径。节点会自动扫描配置的 diffusers 文件夹，查找有效模型并列出可用选项。 | COMBO | 是  | 多个可用选项<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):** `75238342d05eac7528f981a2d4544accb6053891cd078a77751cc838054225d4`
