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

# GITSScheduler - ComfyUI Built-in Node Documentation

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

GITSScheduler 节点为 GITS（生成式迭代时间步长）采样方法生成噪声调度 sigma 值。该节点基于系数参数和步长数量计算 sigma 值，并包含一个可选的降噪因子，可用于减少实际使用的总步数。该节点使用预定义的噪声级别和插值方法来创建最终的 sigma 调度表。

## 输入参数

| 参数   | 数据类型  | 必填 | 取值范围        | 描述                        |
| ---- | ----- | -- | ----------- | ------------------------- |
| `系数` | FLOAT | 是  | 0.80 - 1.50 | 控制噪声调度曲线的系数值（默认：1.20）     |
| `步数` | INT   | 是  | 2 - 1000    | 生成 sigma 值所需的总采样步数（默认：10） |
| `降噪` | FLOAT | 是  | 0.0 - 1.0   | 降噪因子，可减少实际使用的步数（默认：1.0）   |

**注意：** 当 `denoise` 设置为 0.0 时，节点将返回空张量。当 `denoise` 小于 1.0 时，实际使用的步数按 `round(steps * denoise)` 计算。

## 输出结果

| 输出名称     | 数据类型   | 描述               |
| -------- | ------ | ---------------- |
| `sigmas` | SIGMAS | 为噪声调度生成的 sigma 值 |
