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

# DualCLIPLoader - ComfyUI Built-in Node Documentation

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

DualCLIPLoader 节点专为同时加载两个 CLIP 模型而设计，便于执行需要整合或比较两个模型特征的操作。

此节点将检测位于 `ComfyUI/models/text_encoders` 文件夹中的模型。

## 输入

| 参数        | 描述                                                            | Comfy 数据类型     |
| --------- | ------------------------------------------------------------- | -------------- |
| `CLIP名称1` | 指定要加载的第一个 CLIP 模型的名称。此参数对于从预定义的可用 CLIP 模型列表中识别并检索正确模型至关重要。    | COMBO\[STRING] |
| `CLIP名称2` | 指定要加载的第二个 CLIP 模型的名称。此参数允许加载第二个不同的 CLIP 模型，以便与第一个模型进行对比或整合分析。 | COMBO\[STRING] |
| `类型`      | 从 "sdxl"、"sd3"、"flux" 中选择，以适应不同的模型。                           | `option`       |

* 加载顺序不影响输出效果

## 输出

| 参数     | 描述                                        | 数据类型 |
| ------ | ----------------------------------------- | ---- |
| `clip` | 输出是一个组合后的 CLIP 模型，它整合了两个指定 CLIP 模型的特征或功能。 | CLIP |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/DualCLIPLoader/zh.md)
