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

# PolyexponentialScheduler - ComfyUI Built-in Node Documentation

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

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

## 输入

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

## 输出

| 参数       | 描述                               | 数据类型   |
| -------- | -------------------------------- | ------ |
| `sigmas` | 输出为根据指定多指数噪声调度定制的一系列噪声水平（sigma）。 | SIGMAS |

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