The TripleCLIPLoader node loads three different text encoder models simultaneously and combines them into a single CLIP model. This is useful for advanced text encoding scenarios where multiple text encoders are needed, such as in SD3 workflows that require clip-l, clip-g, and t5 models working together.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `clip_name1` | The first text encoder model to load from the available text encoders | STRING | Yes | Multiple options available |
| `clip_name2` | The second text encoder model to load from the available text encoders | STRING | Yes | Multiple options available |
| `clip_name3` | The third text encoder model to load from the available text encoders | STRING | Yes | Multiple options available |

**Note:** All three text encoder parameters must be selected from the available text encoder models in your system. The node will load all three models and combine them into a single CLIP model for processing.

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `CLIP` | A combined CLIP model containing all three loaded text encoders | CLIP |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/TripleCLIPLoader/en.md)

---
**Source fingerprint (SHA-256):** `565ab519e46b9661705768b14f565f297002f4e6fe95c7725c4f742734e8d1c1`
