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

# VPScheduler - ComfyUI Built-in Node Documentation

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

VPScheduler 节点旨在基于方差保持（VP）调度方法生成一系列噪声水平（sigma 值）。该序列对于指导扩散模型中的去噪过程至关重要，可实现图像或其他数据类型的受控生成。

# ## 输入

| 参数         | 描述                             | 数据类型  |
| ---------- | ------------------------------ | ----- |
| `步数`       | 指定扩散过程中的步数，影响生成噪声水平的粒度。        | INT   |
| `beta_d`   | 决定整体噪声水平分布，影响生成噪声水平的方差。        | FLOAT |
| `beta_min` | 设置噪声水平的最小边界，确保噪声不低于特定阈值。       | FLOAT |
| `eps_s`    | 调整起始 epsilon 值，微调扩散过程中的初始噪声水平。 | FLOAT |

# ## 输出

| 参数       | 描述                                            | 数据类型   |
| -------- | --------------------------------------------- | ------ |
| `sigmas` | 基于 VP 调度方法生成的一系列噪声水平（sigma 值），用于指导扩散模型中的去噪过程。 | SIGMAS |

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