> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-mintlify-b90d3c69.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 值。它提供了一种可定制的方法来控制扩散过程中每一步应用的噪声水平，从而实现对采样行为的精细调整。

## 输入

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

## 输出

| 参数       | 描述                                         | 数据类型   |
| -------- | ------------------------------------------ | ------ |
| `sigmas` | 根据指数调度生成的一系列 sigma 值。这些值用于控制扩散过程中每一步的噪声水平。 | SIGMAS |

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