The T5TokenizerOptions node allows you to configure tokenizer settings for various T5 model types. It sets minimum padding and minimum length parameters for multiple T5 model variants including t5xxl, pile_t5xl, t5base, mt5xl, and umt5xxl. The node takes a CLIP input and returns a modified CLIP with the specified tokenizer options applied.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `clip` | The CLIP model to configure tokenizer options for | CLIP | Yes | - |
| `min_padding` | Minimum padding value to set for all T5 model types (default: 0) | INT | No | 0 to 10000 |
| `min_length` | Minimum length value to set for all T5 model types (default: 0) | INT | No | 0 to 10000 |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `output` | The modified CLIP model with updated tokenizer options applied to all T5 variants | 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/T5TokenizerOptions/en.md)

---
**Source fingerprint (SHA-256):** `8fbc016680d83d0b10b07362656296f10ce0c43b20c1d93ab0cfd44dcae284fe`
