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

# ManualSigmas - ComfyUI Built-in Node Documentation

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

ManualSigmas 节点允许您为采样过程手动定义自定义的噪声级别序列。您输入一个数字列表作为字符串，节点会将其转换为可供其他采样节点使用的张量。这对于测试或创建特定的噪声调度非常有用。

## 输入参数

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

## 输出

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