> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-custom-nodes-sdk-v2-frontend.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SamplerDPMPP_SDE - ComfyUI Built-in Node Documentation

> SamplerDPMPPSDE 创建一个用于采样过程的 DPM++ SDE（随机微分方程）采样器。

SamplerDPMPP\_SDE 创建一个用于采样过程的 DPM++ SDE（随机微分方程）采样器。该采样器提供一种具有可配置噪声参数和设备选择的随机采样方法。它返回一个可用于采样管线的采样器对象。

## 输入

| 参数        | 描述                                                                                           | 数据类型  | 是否必填 | 范围               |
| --------- | -------------------------------------------------------------------------------------------- | ----- | ---- | ---------------- |
| `eta`     | 控制采样过程的随机性（默认值：1.0）                                                                          | FLOAT | 是    | 0.0 - 100.0      |
| `s_noise` | 控制采样过程中添加的噪声量（默认值：1.0）                                                                       | FLOAT | 是    | 0.0 - 100.0      |
| `r`       | 影响采样行为的参数（默认值：0.5）                                                                           | FLOAT | 是    | 0.0 - 100.0      |
| `设备`      | 选择执行噪声计算的设备。当设置为 "cpu" 时，将创建 `dpmpp_sde` 采样器；当设置为 "gpu" 时，将创建 `dpmpp_sde_gpu` 采样器（默认值："gpu"） | COMBO | 是    | "gpu"<br />"cpu" |

注意：所有输入均标记为高级参数。`noise_device` 的选择会改变创建的采样器变体："cpu" 映射到 `dpmpp_sde`，"gpu" 映射到 `dpmpp_sde_gpu`。

## 输出

| 输出名称      | 描述                              | 数据类型    |
| --------- | ------------------------------- | ------- |
| `sampler` | 返回一个配置好的 DPM++ SDE 采样器对象，用于采样管线 | SAMPLER |

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

***

**Source fingerprint (SHA-256):** `56949712f245abfcc48c09d7d14a1a7778e80ba58535e538484c382d7e0d02c6`
