Skip to content

ltx2_denoising

LTX-2 denoising stage using the native sigma schedule.

Classes

fastvideo.pipelines.stages.ltx2_denoising.LTX2DenoisingStage

LTX2DenoisingStage(transformer)

Bases: PipelineStage

Run the LTX-2 denoising loop over the sigma schedule.

Source code in fastvideo/pipelines/stages/ltx2_denoising.py
def __init__(self, transformer) -> None:
    super().__init__()
    self.transformer = transformer

Functions