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

# SplitSigmasDenoise - ComfyUI Built-in Node Documentation

> SplitSigmasDenoise 节点根据去噪强度参数将 sigma 值序列划分为两部分。

SplitSigmasDenoise 节点根据去噪强度参数将 sigma 值序列划分为两部分。它将输入的 sigmas 分割为高 sigma 序列和低 sigma 序列，分割点由总步数乘以去噪因子确定。这样可以将噪声调度分离到不同的强度范围，以进行专门处理。

## 输入

| 参数       | 描述                              | 数据类型   | 必填 | 范围                 |
| -------- | ------------------------------- | ------ | -- | ------------------ |
| `Sigmas` | 表示噪声调度的 sigma 值输入序列             | SIGMAS | 是  | -                  |
| `降噪`     | 确定 sigma 序列分割位置的去噪强度因子（默认值：1.0） | FLOAT  | 是  | 0.0 - 1.0（步长：0.01） |

## 输出

| 输出名称      | 描述                         | 数据类型   |
| --------- | -------------------------- | ------ |
| `高Sigmas` | 包含较高 sigma 值的 sigma 序列第一部分 | SIGMAS |
| `低Sigmas` | 包含较低 sigma 值的 sigma 序列第二部分 | SIGMAS |

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

***

**Source fingerprint (SHA-256):** `6198cdbc07b5c9aacf1137a5d6350e090ffd14050abbcc37ff79ff5e975a8c20`
