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

# AutogrowNamesTestNode - ComfyUI Built-in Node Documentation

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

此节点用于测试 Autogrow 输入功能。它接收动态数量的浮点数输入，每个输入都带有特定名称标签，并将它们的值组合成一个逗号分隔的字符串。

## 输入参数

| 参数         | 数据类型  | 必填 | 取值范围 | 描述                                                                   |
| ---------- | ----- | -- | ---- | -------------------------------------------------------------------- |
| `autogrow` | FLOAT | 是  | N/A  | 一个动态输入组。您可以添加多个浮点数输入，每个输入使用预定义列表中的名称："a"、"b" 或 "c"。节点将接受这些命名输入的任意组合。 |

**注意：** `autogrow` 输入是动态的。您可以根据工作流程需要添加或移除单个浮点数输入（命名为 "a"、"b" 或 "c"）。节点将处理所有提供的值。

## 输出结果

| 输出名称     | 数据类型   | 描述                               |
| -------- | ------ | -------------------------------- |
| `output` | STRING | 一个包含所有提供的浮点数输入值的字符串，这些值用逗号连接在一起。 |
