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

# Flux2Scheduler - ComfyUI Built-in Node Documentation

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

Flux2Scheduler 节点为去噪过程生成一系列噪声水平值（sigmas），专为 Flux 模型定制。它根据去噪步骤的数量和目标图像的尺寸计算一个调度表，该调度表会影响图像生成过程中噪声去除的进程。

## 输入参数

| 参数名      | 数据类型 | 必填 | 取值范围       | 描述                                         |
| -------- | ---- | -- | ---------- | ------------------------------------------ |
| `steps`  | INT  | 是  | 1 到 4096   | 要执行的去噪步骤数。数值越高通常会产生更详细的结果，但处理时间更长（默认值：20）。 |
| `width`  | INT  | 是  | 16 到 16384 | 要生成的图像的宽度，以像素为单位。此值会影响噪声调度表的计算（默认值：1024）。  |
| `height` | INT  | 是  | 16 到 16384 | 要生成的图像的高度，以像素为单位。此值会影响噪声调度表的计算（默认值：1024）。  |

## 输出结果

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