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

# DeprecatedDiffusersLoader - ComfyUI Built-in Node Documentation

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

DiffusersLoader 节点旨在从 diffusers 库加载模型，特别处理基于提供的模型路径加载 UNet、CLIP 和 VAE 模型。它促进了这些模型与 ComfyUI 框架的集成，使得能够实现文本到图像生成、图像操作等高级功能。

## 输入

| 参数名称         | 数据类型           | 描述                                                |
| ------------ | -------------- | ------------------------------------------------- |
| `model_path` | COMBO\[STRING] | 指定要加载的模型的路径。该路径至关重要，因为它决定了后续操作将使用哪个模型，影响节点的输出和功能。 |

## 输出

| 参数名称    | 数据类型  | 描述                                                     |
| ------- | ----- | ------------------------------------------------------ |
| `model` | MODEL | 加载的 UNet 模型，是输出元组的一部分。此模型对于 ComfyUI 框架内的图像合成和操作任务至关重要。 |
| `clip`  | CLIP  | 加载的 CLIP 模型，如果被请求则包含在输出元组中。此模型能够实现高级文本和图像理解及操作功能。      |
| `vae`   | VAE   | 加载的 VAE 模型，如果被请求则包含在输出元组中。此模型对于涉及潜在空间操作和图像生成的任务至关重要。   |
