> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-partner-nodes-consolidate.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TripleCLIPLoader - ComfyUI Built-in Node Documentation

> TripleCLIPLoader loads three text encoder models at the same time and combines them into a single CLIP model.

TripleCLIPLoader loads three text encoder models at the same time and combines them into a single CLIP model. It is used for workflows that need multiple text encoders working together, such as SD3, which uses clip-l, clip-g, and t5 models.

## Inputs

| Parameter    | Description                                                            | Data Type | Required | Range                                                               |
| ------------ | ---------------------------------------------------------------------- | --------- | -------- | ------------------------------------------------------------------- |
| `clip_name1` | The first text encoder model to load from the available text encoders  | COMBO     | Yes      | Multiple options available (all files in the text\_encoders folder) |
| `clip_name2` | The second text encoder model to load from the available text encoders | COMBO     | Yes      | Multiple options available (all files in the text\_encoders folder) |
| `clip_name3` | The third text encoder model to load from the available text encoders  | COMBO     | Yes      | Multiple options available (all files in the text\_encoders folder) |

**Note:** All three parameters are required. The available options are the text encoder files in your text\_encoders folder. If a selected file cannot be found, the node raises an error. The node loads all three selected models and combines them into a single CLIP model.

## 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):** `edb341093c4c86ec4d8e024dffa7e33311f600e61ec8ef1813da6d28474f8233`
