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

***

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