> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/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.

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

## 输入

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

## 输出

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

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

***

**Source fingerprint (SHA-256):** `bc05c714e4006786d0c948ed1de05324257472337397b0aa4ce574d7483929ff`
