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

# SplitSigmasDenoise - ComfyUI Built-in Node Documentation

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

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

## 输入

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

## 输出

| 输出名称  | 描述                          | 数据类型   |
| ----- | --------------------------- | ------ |
| `高方差` | 包含较高 sigma 值的 sigma 序列的第一部分 | 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):** `fda53efe2fcaed9244376b7360d8b0b76ce7395d594de4c2ecc48a8f243d7ca6`
