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

# FlipSigmas - ComfyUI Built-in Node Documentation

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

`FlipSigmas` 节点旨在通过反转顺序并确保原始第一个值为非零（如果原本为零）来操作扩散模型中使用的 sigma 值序列。这一操作对于以相反顺序调整噪声水平至关重要，有助于在通过逐步减少数据中的噪声来操作的模型中促进生成过程。

## 输入

| 参数名称     | 数据类型     | 作用                                                                     |
| -------- | -------- | ---------------------------------------------------------------------- |
| `sigmas` | `SIGMAS` | 'sigmas' 参数表示要翻转的 sigma 值序列。此序列对于控制扩散过程中应用的噪声水平至关重要，翻转它对于反向生成过程是必不可少的。 |

### 输出

| 参数名称     | 数据类型     | 作用                                                           |
| -------- | -------- | ------------------------------------------------------------ |
| `sigmas` | `SIGMAS` | 输出是修改后的 sigma 值序列，已翻转并调整以确保原始第一个值为非零（如果原本为零），准备好用于后续的扩散模型操作。 |
