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

# SplitSigmasDenoise - ComfyUI Built-in Node Documentation

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

SplitSigmasDenoise 节点根据去噪强度参数将一串 sigma 值序列分为两部分。它将输入的 sigmas 拆分为高 sigma 序列和低 sigma 序列，拆分点由总步数（sigma 值数量减一）乘以 `denoise` 因子确定。这样可以将噪声调度划分为不同强度区间，以便进行专门处理。

## 输入

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

## 输出

| 输出名称          | 描述                                | 数据类型   |
| ------------- | --------------------------------- | ------ |
| `high_sigmas` | sigma 序列的第一部分，包含拆分点之前较高的 sigma 值  | SIGMAS |
| `low_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`
