> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-comfy-docs-comfyapi-search.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ManualSigmas - ComfyUI Built-in Node Documentation

> ManualSigmas 节点允许你为采样过程手动定义自定义的噪声水平序列（sigmas）。

ManualSigmas 节点允许你为采样过程手动定义自定义的噪声水平序列（sigmas）。你以字符串形式输入一串数字，节点会将其转换为可供其他采样节点使用的 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):** `19d938ef0eac7343a3138393a039f63632b0763e3884636653c06b91b6f44ed6`
