File size: 292 Bytes
839dda3 |
1 2 3 4 5 6 |
python inference.py \
--config_path configs/self_forcing_dmd.yaml \
--output_folder videos/self_forcing_dmd \
--checkpoint_path /mnt/workspace/checkpoints/gdhe17/Self-Forcing/checkpoints/self_forcing_dmd.pt \
--data_path prompts/MovieGenVideoBench_extended.txt \
--use_ema |