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

# LTXVScheduler - ComfyUI Built-in Node Documentation

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

LTXVScheduler 节点为自定义采样过程生成 sigma 值。它根据输入潜在表示中的令牌数量计算噪声调度参数，并应用 sigmoid 变换来创建采样调度。该节点可以选择性地拉伸生成的 sigma 值以匹配指定的终止值。

## 输入参数

| 参数名      | 数据类型    | 必填 | 取值范围       | 描述                                       |
| -------- | ------- | -- | ---------- | ---------------------------------------- |
| `步数`     | INT     | 是  | 1-10000    | 采样步数（默认值：20）                             |
| `最大移位`   | FLOAT   | 是  | 0.0-100.0  | sigma 计算的最大偏移值（默认值：2.05）                 |
| `基础移位`   | FLOAT   | 是  | 0.0-100.0  | sigma 计算的基础偏移值（默认值：0.95）                 |
| `拉伸`     | BOOLEAN | 是  | True/False | 将 sigma 拉伸到 \[terminal, 1] 范围内（默认值：True） |
| `终值`     | FLOAT   | 是  | 0.0-0.99   | 拉伸后 sigma 的终止值（默认值：0.1）                  |
| `Latent` | LATENT  | 否  | -          | 用于计算令牌数量以进行 sigma 调整的可选潜在表示输入            |

**注意：** `latent` 参数是可选的。当未提供时，节点将使用默认令牌数量 4096 进行计算。

## 输出结果

| 输出名称     | 数据类型   | 描述               |
| -------- | ------ | ---------------- |
| `sigmas` | SIGMAS | 为采样过程生成的 sigma 值 |
