> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-feat-openapi-i18n.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.

The LTXVScheduler node generates sigma values for custom sampling processes. It calculates noise schedule parameters based on the number of tokens in the input latent and applies a sigmoid transformation to create the sampling schedule. The node can optionally stretch the resulting sigmas to match a specified terminal value.

## Inputs

| Parameter    | Description                                                              | Data Type | Required | Range      |
| ------------ | ------------------------------------------------------------------------ | --------- | -------- | ---------- |
| `steps`      | Number of sampling steps (default: 20)                                   | INT       | Yes      | 1-10000    |
| `max_shift`  | Maximum shift value for sigma calculation (default: 2.05)                | FLOAT     | Yes      | 0.0-100.0  |
| `base_shift` | Base shift value for sigma calculation (default: 0.95)                   | FLOAT     | Yes      | 0.0-100.0  |
| `stretch`    | Stretch the sigmas to be in the range \[terminal, 1] (default: True)     | BOOLEAN   | Yes      | True/False |
| `terminal`   | The terminal value of the sigmas after stretching (default: 0.1)         | FLOAT     | Yes      | 0.0-0.99   |
| `latent`     | Optional latent input used to calculate token count for sigma adjustment | LATENT    | No       | -          |

**Note:** The `latent` parameter is optional. When not provided, the node uses a default token count of 4096 for calculations.

## Outputs

| Output Name | Description                                     | Data Type |
| ----------- | ----------------------------------------------- | --------- |
| `sigmas`    | Generated sigma values for the sampling process | SIGMAS    |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/LTXVScheduler/en.md)

***

**Source fingerprint (SHA-256):** `63a827c5a5e54370eab4cd259c00ccc3d2bada6e61988011cbd1e779233604bb`
