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

# SamplerEulerAncestral - ComfyUI Built-in Node Documentation

> Complete documentation for the SamplerEulerAncestral 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/SamplerEulerAncestral/zh.md)

SamplerEulerAncestral 节点用于创建欧拉祖先采样器以生成图像。该采样器采用特定的数学方法，结合欧拉积分与祖先采样技术来生成图像变体。通过调整控制生成过程中随机性和步长的参数，您可以配置该采样器的行为。

## 输入参数

| 参数    | 数据类型  | 必填 | 取值范围        | 描述                     |
| ----- | ----- | -- | ----------- | ---------------------- |
| `eta` | FLOAT | 是  | 0.0 - 100.0 | 控制采样过程的步长和随机性（默认值：1.0） |
| `s噪波` | FLOAT | 是  | 0.0 - 100.0 | 控制采样过程中添加的噪声量（默认值：1.0） |

## 输出结果

| 输出名称      | 数据类型    | 描述                        |
| --------- | ------- | ------------------------- |
| `sampler` | SAMPLER | 返回一个已配置的欧拉祖先采样器，可在采样管道中使用 |
