causal_denoising
¶
Classes¶
fastvideo.pipelines.stages.causal_denoising.CausalDMDDenosingStage
¶
Bases: DenoisingStage
Denoising stage for causal diffusion.
Source code in fastvideo/pipelines/stages/causal_denoising.py
Functions¶
fastvideo.pipelines.stages.causal_denoising.CausalDMDDenosingStage.verify_input
¶
verify_input(batch: ForwardBatch, fastvideo_args: FastVideoArgs) -> VerificationResult
Verify denoising stage inputs.