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

# T5TokenizerOptions - ComfyUI Built-in Node Documentation

> Complete documentation for the T5TokenizerOptions 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/T5TokenizerOptions/zh.md)

T5TokenizerOptions 节点允许您为各种 T5 模型类型配置分词器设置。它为多个 T5 模型变体（包括 t5xxl、pile\_t5xl、t5base、mt5xl 和 umt5xxl）设置最小填充和最小长度参数。该节点接收 CLIP 输入，并返回应用了指定分词器选项的修改后 CLIP 模型。

## 输入参数

| 参数名    | 数据类型 | 必填 | 取值范围    | 描述                         |
| ------ | ---- | -- | ------- | -------------------------- |
| `clip` | CLIP | 是  | -       | 需要配置分词器选项的 CLIP 模型         |
| `最小填充` | INT  | 否  | 0-10000 | 为所有 T5 模型类型设置的最小填充值（默认值：0） |
| `最小长度` | INT  | 否  | 0-10000 | 为所有 T5 模型类型设置的最小长度值（默认值：0） |

## 输出结果

| 输出名称     | 数据类型 | 描述                                      |
| -------- | ---- | --------------------------------------- |
| `output` | CLIP | 应用了更新后分词器选项的修改版 CLIP 模型，该选项已应用于所有 T5 变体 |
