Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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

ParameterData TypeRequiredRangeDescription
clipCLIPYes-The CLIP model to configure tokenizer options for
min_paddingINTNo0-10000Minimum padding value to set for all T5 model types (default: 0)
min_lengthINTNo0-10000Minimum length value to set for all T5 model types (default: 0)

Outputs

Output NameData TypeDescription
outputCLIPThe modified CLIP model with updated tokenizer options applied to all T5 variants