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

# TextToLowercase - ComfyUI Built-in Node Documentation

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

Text to Lowercase 节点接收一个文本字符串作为输入，并将其所有字符转换为小写。这是一个用于标准化文本大小写的简单工具。

## 输入参数

| 参数     | 数据类型   | 必填 | 取值范围    | 描述             |
| ------ | ------ | -- | ------- | -------------- |
| `text` | STRING | 是  | 任意文本字符串 | 需要转换为小写的文本字符串。 |

## 输出结果

| 输出名称   | 数据类型   | 描述               |
| ------ | ------ | ---------------- |
| `text` | STRING | 所有字符已转换为小写的输入文本。 |
