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

# TripleCLIPLoader - ComfyUI Built-in Node Documentation

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

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

## 概述

TripleCLIPLoader 节点可同时加载三个不同的文本编码器模型，并将它们组合成单个 CLIP 模型。这在需要多个文本编码器的高级文本编码场景中非常有用，例如在需要 clip-l、clip-g 和 t5 模型协同工作的 SD3 工作流中。

## 输入

| 参数        | 数据类型   | 必填 | 取值范围   | 描述                     |
| --------- | ------ | -- | ------ | ---------------------- |
| `CLIP名称1` | STRING | 是  | 提供多个选项 | 从可用文本编码器中加载的第一个文本编码器模型 |
| `CLIP名称2` | STRING | 是  | 提供多个选项 | 从可用文本编码器中加载的第二个文本编码器模型 |
| `CLIP名称3` | STRING | 是  | 提供多个选项 | 从可用文本编码器中加载的第三个文本编码器模型 |

**注意：** 所有三个文本编码器参数都必须从系统中可用的文本编码器模型中选择。该节点将加载所有三个模型，并将它们组合成单个 CLIP 模型进行处理。

## 输出

| 输出名称   | 数据类型 | 描述                        |
| ------ | ---- | ------------------------- |
| `CLIP` | CLIP | 包含所有三个已加载文本编码器的组合 CLIP 模型 |
