输入
注意: 当
denoise 小于 1.0 时,节点使用 round(steps * denoise) 作为有效步数总数。如果 denoise 为 0.0,节点返回空张量。
输出
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
Source fingerprint (SHA-256):
fd48c94ca16c8a3d8e6f0138018e7b13c15d100d6147807bcb23d838899045b7Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
OptimalStepsScheduler 节点创建用于扩散采样期间的噪声调度(一系列 sigma 值)。
| 参数 | 描述 | 数据类型 | 是否必需 | 范围 |
|---|---|---|---|---|
模型 | 用于噪声水平计算的扩散模型类型。 | COMBO | 是 | ”FLUX" "Wan" "Chroma” |
步数 | 要计算的总采样步数(默认:20)。 | INT | 是 | 3 到 1000 |
去噪 | 控制去噪强度,用于调整有效步数(默认:1.0)。 | FLOAT | 是 | 0.0 到 1.0(步长:0.01) |
denoise 小于 1.0 时,节点使用 round(steps * denoise) 作为有效步数总数。如果 denoise 为 0.0,节点返回空张量。
| 输出名称 | 描述 | 数据类型 |
|---|---|---|
sigmas | 表示扩散采样噪声调度的一系列 sigma 值。 | SIGMAS |
本文档由 AI 生成。如果您发现任何错误或有改进建议,欢迎贡献! 在 GitHub 上编辑
fd48c94ca16c8a3d8e6f0138018e7b13c15d100d6147807bcb23d838899045b7