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

# LaplaceScheduler - ComfyUI Built-in Node Documentation

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

LaplaceScheduler 节点会生成遵循拉普拉斯分布的 sigma 值序列，用于扩散采样过程。它创建了一个从最大值逐渐减小到最小值的噪声水平调度，并使用拉普拉斯分布参数来控制其进程。该调度器常用于自定义采样工作流中，为扩散模型定义噪声调度。

## 输入

| 参数          | 描述                              | 数据类型  | 是否必填 | 范围           |
| ----------- | ------------------------------- | ----- | ---- | ------------ |
| `步数`        | 调度中的采样步数（默认值：20）                | INT   | 是    | 1 到 10000    |
| `sigma_max` | 调度开始时的最大 sigma 值（默认值：14.614642） | FLOAT | 是    | 0.0 到 5000.0 |
| `sigma_min` | 调度结束时的最小 sigma 值（默认值：0.0291675） | FLOAT | 是    | 0.0 到 5000.0 |
| `mu`        | 拉普拉斯分布的均值参数（默认值：0.0）            | FLOAT | 是    | -10.0 到 10.0 |
| `beta`      | 拉普拉斯分布的尺度参数（默认值：0.5）            | FLOAT | 是    | 0.0 到 10.0   |

## 输出

| 输出名称     | 描述                    | 数据类型   |
| -------- | --------------------- | ------ |
| `SIGMAS` | 遵循拉普拉斯分布调度的 sigma 值序列 | SIGMAS |

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

***

**Source fingerprint (SHA-256):** `9d8cacb93d0bb1872a368821fd3cad5d6d373817a923436af9f62a7648d5d735`
