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

# SplitSigmas - ComfyUI Built-in Node Documentation

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

SplitSigmas 节点用于根据指定步长将 sigma 值序列分割为两部分。此功能对于需要对 sigma 序列的初始部分和后续部分进行不同处理或操作的场景至关重要，能够更灵活、更有针对性地操控这些值。

## 输入

| 参数       | 描述                                                                      | 数据类型     |
| -------- | ----------------------------------------------------------------------- | -------- |
| `Sigmas` | 'sigmas' 参数表示待分割的 sigma 值序列。它对于确定分割点以及生成的两个 sigma 值序列至关重要，直接影响节点的执行与结果。 | `SIGMAS` |
| `步数`     | 'step' 参数指定 sigma 序列的分割索引位置。它在定义两个结果 sigma 序列之间的边界中起关键作用，影响节点的功能及输出特性。  | `INT`    |

## 输出

| 参数    | 描述                                                                         | 数据类型     |
| ----- | -------------------------------------------------------------------------- | -------- |
| `高方差` | 节点输出两个 sigma 值序列，每个序列代表原始序列在指定步长处分割后的部分。这些输出对于后续需要对 sigma 值进行差异化处理的操作至关重要。 | `SIGMAS` |

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