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

# SamplerDpmppSde - ComfyUI Built-in Node Documentation

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

此节点用于为 DPM++ SDE（随机微分方程）模型生成采样器。它能够适配 CPU 和 GPU 执行环境，并根据可用硬件优化采样器的实现。

## 输入

| 参数             | 描述                                | 数据类型           |
| -------------- | --------------------------------- | -------------- |
| `eta`          | 指定 SDE 求解器的步长，影响采样过程的精细度。         | FLOAT          |
| `s_noise`      | 决定采样过程中应用的噪声水平，影响生成样本的多样性。        | FLOAT          |
| `r`            | 控制采样过程中噪声降低的比例，影响生成样本的清晰度和质量。     | FLOAT          |
| `noise_device` | 选择采样器的执行环境（CPU 或 GPU），根据可用硬件优化性能。 | COMBO\[STRING] |

## 输出

| 参数        | 描述                        | 数据类型    |
| --------- | ------------------------- | ------- |
| `sampler` | 根据指定参数配置生成的采样器，可直接用于采样操作。 | SAMPLER |

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