> ## 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/ko.md)

***

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