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

# SamplerSEEDS2 - ComfyUI Built-in Node Documentation

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

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

此节点提供了一个可配置的采样器，用于生成图像。它实现了 SEEDS-2 算法，这是一种随机微分方程（SDE）求解器。通过调整其参数，您可以将其配置为模拟多种特定采样器的行为，包括 `seeds_2`、`exp_heun_2_x0` 和 `exp_heun_2_x0_sde`。

## 输入参数

| 参数            | 数据类型  | 必需 | 范围                       | 描述                         |
| ------------- | ----- | -- | ------------------------ | -------------------------- |
| `solver_type` | COMBO | 是  | `"phi_1"`<br />`"phi_2"` | 选择采样器使用的基础求解器算法。           |
| `eta`         | FLOAT | 否  | 0.0 - 100.0              | 随机强度（默认值：1.0）。             |
| `s_noise`     | FLOAT | 否  | 0.0 - 100.0              | SDE 噪声乘数（默认值：1.0）。         |
| `r`           | FLOAT | 否  | 0.01 - 1.0               | 中间阶段（c2 节点）的相对步长（默认值：0.5）。 |

## 输出

| 输出名称      | 数据类型    | 描述                       |
| --------- | ------- | ------------------------ |
| `sampler` | SAMPLER | 一个已配置的采样器对象，可以传递给其他采样节点。 |
