> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# KarrasScheduler - ComfyUI Built-in Node Documentation

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

KarrasScheduler 节点用于根据 Karras 等人（2022）提出的噪声调度生成一系列噪声水平（sigma）。该调度器有助于控制生成模型中的扩散过程，允许对生成过程中每一步应用的噪声水平进行精细调整。

## 输入

| 参数        | 描述                                                   | 数据类型  |
| --------- | ---------------------------------------------------- | ----- |
| `步数`      | 指定噪声调度中的步数，影响生成的 sigma 序列的粒度。                        | INT   |
| `最大Sigma` | 噪声调度中的最大 sigma 值，设定噪声水平的上限。                          | FLOAT |
| `最小Sigma` | 噪声调度中的最小 sigma 值，设定噪声水平的下限。                          | FLOAT |
| `rho`     | 控制噪声调度曲线形状的参数，影响噪声水平从 sigma\_min 到 sigma\_max 的进展方式。 | FLOAT |

## 输出

| 参数       | 描述                                      | 数据类型   |
| -------- | --------------------------------------- | ------ |
| `sigmas` | 根据 Karras 等人（2022）噪声调度生成的噪声水平（sigma）序列。 | SIGMAS |

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