Skip to main content

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.

This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The Text to Lowercase node takes a text string as input and converts all of its characters to lowercase. It is a simple utility for standardizing text case.

Inputs

ParameterData TypeRequiredRangeDescription
textSTRINGYesAny text stringThe text string to be converted to lowercase.

Outputs

Output NameData TypeDescription
textSTRINGThe input text with all characters converted to lowercase.