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

# ExponentialScheduler - ComfyUI Built-in Node Documentation

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

`ExponentialScheduler`节点旨在为扩散采样过程生成一系列按照指数时间表的sigma值。它提供了一种可定制的方法来控制扩散过程中每一步应用的噪声水平，从而可以微调采样行为。

## 输入

| 参数名称      | 数据类型    | 作用                                              |
| --------- | ------- | ----------------------------------------------- |
| `步数`      | `INT`   | 指定扩散过程中的步数。它影响生成的sigma序列的长度，从而影响噪声应用的粒度。        |
| `最大Sigma` | `FLOAT` | 定义最大sigma值，设置扩散过程中噪声强度的上限。它在确定应用的噪声水平范围中起着关键作用。 |
| `最新Sigma` | `FLOAT` | 设置最小sigma值，建立噪声强度的下限边界。此参数有助于微调噪声应用的起始点。        |

## 输出

| 参数名称     | 数据类型     | 作用                                        |
| -------- | -------- | ----------------------------------------- |
| `sigmas` | `SIGMAS` | 根据指数时间表生成的一系列sigma值。这些值用于控制扩散过程中每一步的噪声水平。 |

***
