Nodes/LTExperiments/LTEx LTXV Context Windows
ComfyUI Node

LTEx LTXV Context Windows

Set context windows for LTXV / LTX-2 models.

By drozbay·Created 2 months ago·Updated 2 months ago· 5
LTEx LTXV Context Windows
  • model
  • MODEL
context_length145
context_overlap40
context_schedulestandard_uniform
context_stride1
closed_loopfalse
fuse_methodpyramid
freenoisetrue
retain_first_framefalse
split_conds_to_windowsfalse
CategoryLTExperiments

Inputs (10)

NameTypeDefaultDescription
modelMODELThe model to apply context windows to during sampling.
context_lengthINT1451–16384The length of the context window in real frames. Must be 8*n + 1.
context_overlapINT40The overlap of the context window in real frames.
context_scheduleCOMBOstandard_uniformStep-dependent scheduling algorithm for context windows.
context_strideINT1The stride of the context window; only applicable to uniform schedules.
closed_loopBOOLEANfalseWhether to close the context window loop; only applicable to looped schedules.
fuse_methodCOMBOpyramidThe method to use to fuse the context windows.
freenoiseBOOLEANtrueWhether to apply FreeNoise noise shuffling, improves window blending.
retain_first_frameBOOLEANfalseRetain the first latent frame in every context window (may help retain initial reference).
split_conds_to_windowsBOOLEANfalseWhether to split multiple conditionings (created by ConditionCombine) to each window based on region index.

Outputs (1)

NameTypeDescription
MODELMODELThe model with context windows applied during sampling.