> ## 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/ko.md)

***

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