> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.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` 文件夹中的模型。

## 输入

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

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

## 输出

| 参数名称   | 数据类型 | 作用                                    |
| ------ | ---- | ------------------------------------- |
| `clip` | CLIP | 输出是一个整合了两个指定 CLIP 模型特征或功能的组合 CLIP 模型。 |
