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

# SelectCLIPDevice - ComfyUI Built-in Node Documentation

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

## 개요

Select CLIP Device 노드는 CLIP 텍스트 인코더가 실행될 장치(CPU 또는 특정 GPU)를 선택할 수 있게 해줍니다. 기본적으로 장치는 모델 로더에 의해 할당되지만, CPU나 특정 GPU를 사용하도록 재정의할 수 있습니다. 요청한 장치가 시스템에 존재하지 않는 경우, 노드는 오류를 발생시키는 대신 CLIP을 변경 없이 그대로 전달하고 메시지를 기록합니다.

## 입력

| 매개변수     | 설명                                                                                                                                                        | 데이터 타입 | 필수 | 범위                                                                                                                                               |
| -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `clip`   | 특정 장치에 할당할 CLIP 텍스트 인코더입니다.                                                                                                                               | CLIP   | 예  |                                                                                                                                                  |
| `device` | CLIP 텍스트 인코더를 배치할 장치입니다. `"default"`는 로더가 할당한 장치로 복원합니다. `"cpu"`는 로드 및 오프로드 장치를 모두 CPU로 고정합니다. `"gpu:N"`은 로드 장치를 N번째 사용 가능한 GPU로 고정합니다(기본값: `"default"`). | COMBO  | 예  | `"default"`<br />`"cpu"`<br />`"gpu:0"`<br />`"gpu:1"`<br />`"gpu:2"`<br />`"gpu:3"`<br />`"gpu:4"`<br />`"gpu:5"`<br />`"gpu:6"`<br />`"gpu:7"` |

## 출력

| 출력 이름  | 설명                                                                         | 데이터 타입 |
| ------ | -------------------------------------------------------------------------- | ------ |
| `clip` | 선택한 장치에 할당된 CLIP 텍스트 인코더, 또는 요청한 장치를 사용할 수 없는 경우 변경 없이 그대로 전달된 원본 CLIP입니다. | CLIP   |

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

***

**Source fingerprint (SHA-256):** `92af94d9f5eea27095cc008debdf7339d26888a0e2cc8bd71ae9c9ba8718eb01`
