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

# SamplerCustomAdvanced - ComfyUI Built-in Node Documentation

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

SamplerCustomAdvanced 节点使用自定义噪声、引导和采样配置执行高级潜空间采样。该节点通过可自定义噪声生成和 sigma 调度的引导采样过程处理潜像，生成最终采样输出，并在可用时提供去噪版本。

## 输入参数

| 参数         | 数据类型    | 必填 | 取值范围 | 描述                       |
| ---------- | ------- | -- | ---- | ------------------------ |
| `噪波`       | NOISE   | 是  | -    | 为采样过程提供初始噪声模式和种子的噪声生成器   |
| `引导器`      | GUIDER  | 是  | -    | 引导采样过程朝向期望输出的引导模型        |
| `采样器`      | SAMPLER | 是  | -    | 定义生成过程中潜空间遍历方式的采样算法      |
| `西格玛`      | SIGMAS  | 是  | -    | 控制整个采样步骤中噪声水平的 sigma 调度表 |
| `Latent图像` | LATENT  | 是  | -    | 作为采样起点的初始潜表示             |

## 输出结果

| 输出名称              | 数据类型   | 描述                            |
| ----------------- | ------ | ----------------------------- |
| `降噪Latent`        | LATENT | 完成采样过程后的最终采样潜表示               |
| `denoised_output` | LATENT | 可用时的去噪输出版本，否则返回与 output 相同的内容 |
