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

# PolyexponentialScheduler - ComfyUI Built-in Node Documentation

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

多项式指数调度器（PolyexponentialScheduler）节点旨在基于一个多项式指数噪声计划生成一系列噪声水平（sigmas）。该计划是sigma对数的多项式函数，允许在扩散过程中灵活且可定制地调整噪声水平的进展。

## 输入

| 参数名称       | 数据类型    | 作用                                    |
| ---------- | ------- | ------------------------------------- |
| `步数`       | `INT`   | 指定扩散过程中的步骤数，影响生成噪声水平的粒度。              |
| `sigma最大值` | `FLOAT` | 最大噪声水平，设定噪声计划的上限。                     |
| `sigma最小值` | `FLOAT` | 最小噪声水平，设定噪声计划的下限。                     |
| `rho`      | `FLOAT` | 控制多项式指数噪声计划形状的参数，影响噪声水平在最小值和最大值之间的进展。 |

## 输出

| 参数名称     | 数据类型     | 作用                           |
| -------- | -------- | ---------------------------- |
| `sigmas` | `SIGMAS` | 输出是按照指定的多项式指数噪声计划定制的一系列噪声水平。 |

***
