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

# ManualSigmas - ComfyUI Built-in Node Documentation

> Complete documentation for the ManualSigmas node in ComfyUI. Learn its inputs, outputs, parameters and usage.

ManualSigmas 节点允许您手动定义采样过程中使用的自定义噪声水平序列（sigmas）。您以字符串形式输入一组数字，节点会将其转换为可供其他采样节点使用的张量。这对于测试或创建特定的噪声调度非常有用。

## 输入

| 参数       | 描述                                                                           | 数据类型   | 是否必填 | 范围            |
| -------- | ---------------------------------------------------------------------------- | ------ | ---- | ------------- |
| `sigmas` | 包含 sigma 值的字符串。节点将从此字符串中提取所有数字。例如："1, 0.5, 0.1" 或 "1 0.5 0.1"。默认值为 "1, 0.5"。 | STRING | 是    | 任意以逗号或空格分隔的数字 |

## 输出

| 输出名称     | 描述                         | 数据类型   |
| -------- | -------------------------- | ------ |
| `sigmas` | 包含从输入字符串中提取的 sigma 值序列的张量。 | SIGMAS |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ManualSigmas/zh.md)

***

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