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

# Flux2Scheduler - ComfyUI Built-in Node Documentation

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

Flux2Scheduler 节点为去噪过程生成一系列噪声水平值（sigmas），专门针对 Flux 模型定制。它根据去噪步数和目标图像尺寸计算调度方案，从而影响图像生成过程中噪声去除的进程。

## 输入

| 参数   | 描述                                         | 数据类型 | 是否必填 | 范围         |
| ---- | ------------------------------------------ | ---- | ---- | ---------- |
| `步数` | 要执行的去噪步数。数值越高通常能带来更精细的结果，但处理时间也更长（默认值：20）。 | INT  | 是    | 1 至 4096   |
| `宽度` | 待生成图像的宽度，单位为像素。该值会影响噪声调度计算（默认值：1024）。      | INT  | 是    | 16 至 16384 |
| `高度` | 待生成图像的高度，单位为像素。该值会影响噪声调度计算（默认值：1024）。      | INT  | 是    | 16 至 16384 |

## 输出

| 输出名称     | 描述                          | 数据类型   |
| -------- | --------------------------- | ------ |
| `sigmas` | 定义采样器去噪调度的一系列噪声水平值（sigmas）。 | SIGMAS |

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

***

**Source fingerprint (SHA-256):** `dbe44a6eb454dd61ab22df5770ad5ac559e03b20fd36d17d33730cdb835f7ede`
