内置节点参考
SamplerDPMPP_3M_SDE - ComfyUI Built-in Node Documentation
Complete documentation for the SamplerDPMPP_3M_SDE node in ComfyUI. Learn its inputs, outputs, parameters and usage.
SamplerDPMPP_3M_SDE 节点创建一个用于采样过程的 DPM++ 3M SDE 采样器。该采样器采用三阶多步随机微分方程方法,并具有可配置的噪声参数。此节点允许您选择在 GPU 还是 CPU 上执行噪声计算。
输入
| 参数 | 描述 | 数据类型 | 是否必填 | 取值范围 |
|---|---|---|---|---|
eta |
控制采样过程的随机性(默认值:1.0) | FLOAT | 是 | 0.0 - 100.0 |
s_noise |
控制采样过程中添加的噪声量(默认值:1.0) | FLOAT | 是 | 0.0 - 100.0 |
设备 |
选择用于噪声计算的设备,可选 GPU 或 CPU(默认值:"gpu") | COMBO | 是 | "gpu" |
| "cpu" |
输出
| 输出名称 | 描述 | 数据类型 |
|---|---|---|
sampler |
返回一个配置好的采样器对象,用于采样工作流程 | SAMPLER |
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
Source fingerprint (SHA-256): 817ce8c12245063e5f2f3421f57dd55801aae96dfd8fe1bf3f88f814799b830a
官方原文
本页来自 Comfy-Org 官方中文文档的固定版本,并转换为 xueai 静态页面。内容以官方持续更新的页面为准。