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

# unCLIPCheckpointLoader - ComfyUI Built-in Node Documentation

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

이 노드는 `ComfyUI/models/checkpoints` 폴더에 있는 모델을 감지하며, extra\_model\_paths.yaml 파일에 구성된 추가 경로의 모델도 읽어옵니다. 때로는 **ComfyUI 인터페이스를 새로고침**하여 해당 폴더에서 모델 파일을 읽도록 해야 할 수도 있습니다.

unCLIPCheckpointLoader 노드는 unCLIP 모델에 특화된 체크포인트를 로드하도록 설계되었습니다. 지정된 체크포인트에서 모델, CLIP 비전 모듈 및 VAE를 검색하고 초기화하는 기능을 제공하여, 추가 작업이나 분석을 위한 설정 과정을 간소화합니다.

## 입력

| 필드          | 설명                                                                              | Comfy 자료형       |
| ----------- | ------------------------------------------------------------------------------- | --------------- |
| `체크포인트 파일명` | 로드할 체크포인트의 이름을 지정하며, 미리 정의된 디렉터리에서 올바른 체크포인트 파일을 식별하고 검색하여 모델 및 구성의 초기화를 결정합니다. | `COMBO[STRING]` |

## 출력

| 필드            | 설명                                        | Comfy 자료형     | Python 자료형        |
| ------------- | ----------------------------------------- | ------------- | ----------------- |
| `model`       | 체크포인트에서 로드된 기본 모델을 나타냅니다.                 | `MODEL`       | `torch.nn.Module` |
| `clip`        | 체크포인트에서 로드된 CLIP 모듈을 나타냅니다(사용 가능한 경우).    | `CLIP`        | `torch.nn.Module` |
| `vae`         | 체크포인트에서 로드된 VAE 모듈을 나타냅니다(사용 가능한 경우).     | `VAE`         | `torch.nn.Module` |
| `clip_vision` | 체크포인트에서 로드된 CLIP 비전 모듈을 나타냅니다(사용 가능한 경우). | `CLIP_VISION` | `torch.nn.Module` |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/unCLIPCheckpointLoader/ko.md)
