stages ¶
Pipeline stages for the native Z-Image text-to-image path.
Classes¶
fastvideo.pipelines.basic.zimage.stages.ZImageConditioningStage ¶
fastvideo.pipelines.basic.zimage.stages.ZImageDecodingStage ¶
Bases: PipelineStage
Apply the official latent transform and decode one image frame.
Source code in fastvideo/pipelines/basic/zimage/stages.py
fastvideo.pipelines.basic.zimage.stages.ZImageDenoisingStage ¶
Bases: PipelineStage
Run the native Z-Image flow-matching loop.
Source code in fastvideo/pipelines/basic/zimage/stages.py
fastvideo.pipelines.basic.zimage.stages.ZImageInputValidationStage ¶
fastvideo.pipelines.basic.zimage.stages.ZImageLatentPreparationStage ¶
Bases: PipelineStage
Create the official fp32 image latents on the transformer device.
Source code in fastvideo/pipelines/basic/zimage/stages.py
fastvideo.pipelines.basic.zimage.stages.ZImageTimestepPreparationStage ¶
Bases: PipelineStage
Apply the native scheduler's zero endpoint and discrete schedule.