matrixgame2_self_forcing_distillation_pipeline
¶
Classes¶
fastvideo.training.matrixgame2_self_forcing_distillation_pipeline.MatrixGame2SelfForcingDistillationPipeline
¶
MatrixGame2SelfForcingDistillationPipeline(model_path: str, fastvideo_args: TrainingArgs, required_config_modules: list[str] | None = None, loaded_modules: dict[str, Module] | None = None)
Bases: SelfForcingDistillationPipeline
A self-forcing distillation pipeline for Matrix-Game 2.0 that uses the self-forcing methodology with DMD for video generation.
Source code in fastvideo/training/training_pipeline.py
Functions¶
fastvideo.training.matrixgame2_self_forcing_distillation_pipeline.MatrixGame2SelfForcingDistillationPipeline.faker_score_forward
¶
faker_score_forward(training_batch: TrainingBatch) -> tuple[TrainingBatch, Tensor]
Forward pass for critic training with Matrix-Game 2.0 action conditioning.