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

# SamplerCustomAdvanced - ComfyUI Built-in Node Documentation

> SamplerCustomAdvanced 节点使用自定义噪声、引导和采样配置执行高级潜空间采样。

SamplerCustomAdvanced 节点使用自定义噪声、引导和采样配置执行高级潜空间采样。它通过带有可自定义噪声生成器和 sigma 调度表的引导采样流程来处理潜空间图像，在可用时同时输出最终采样结果和去噪版本。

## 输入

| 参数         | 描述                                                                                                                    | 数据类型    | 必填 | 取值范围 |
| ---------- | --------------------------------------------------------------------------------------------------------------------- | ------- | -- | ---- |
| `噪波`       | 为采样过程提供初始噪声模式和种子的噪声生成器                                                                                                | NOISE   | 是  | -    |
| `引导器`      | 引导采样过程朝目标输出方向进行的引导模型                                                                                                  | GUIDER  | 是  | -    |
| `采样器`      | 定义生成过程中如何遍历潜空间的采样算法                                                                                                   | SAMPLER | 是  | -    |
| `西格玛`      | 在整个采样步骤中控制噪声水平的 sigma 调度表                                                                                             | SIGMAS  | 是  | -    |
| `Latent图像` | 作为采样起点的初始潜空间表示。支持可选的 `noise_mask` 键以实现选择性去噪，并支持可选的 `downscale_ratio_spacial` 和 `downscale_ratio_temporal` 键以进行高级潜空间处理 | LATENT  | 是  | -    |

## 输出

| 输出名称              | 描述                                                                                            | 数据类型   |
| ----------------- | --------------------------------------------------------------------------------------------- | ------ |
| `output`          | 采样过程完成后的最终采样潜空间表示。输入潜空间中的任何 `downscale_ratio_spacial` 或 `downscale_ratio_temporal` 键都会从该输出中移除 | LATENT |
| `denoised_output` | 当采样过程产生中间干净预测（x0）时，输出的去噪版本；否则返回与 `output` 相同的结果。在可用时，它代表模型对干净潜空间的最佳估计                         | LATENT |

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

***

**Source fingerprint (SHA-256):** `23cffad0f7cf74dcd494c2828b2116bb4d00a1e55e42ded074b587ac20183290`
