Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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

ParameterData TypeRequiredRangeDescription
stepsINTYes1-10000Number of sampling steps (default: 20)
max_shiftFLOATYes0.0-100.0Maximum shift value for sigma calculation (default: 2.05)
base_shiftFLOATYes0.0-100.0Base shift value for sigma calculation (default: 0.95)
stretchBOOLEANYesTrue/FalseStretch the sigmas to be in the range [terminal, 1] (default: True)
terminalFLOATYes0.0-0.99The terminal value of the sigmas after stretching (default: 0.1)
latentLATENTNo-Optional latent input used to calculate token count for sigma adjustment
Note: The latent parameter is optional. When not provided, the node uses a default token count of 4096 for calculations.

Outputs

Output NameData TypeDescription
sigmasSIGMASGenerated sigma values for the sampling process