Spaces:
Running
on
L4
Running
on
L4
File size: 314 Bytes
3650c12 |
1 2 3 4 5 6 7 8 9 10 |
#!/bin/bash
python -m scripts.inference \
--unet_config_path "configs/unet/second_stage.yaml" \
--inference_ckpt_path "checkpoints/latentsync_unet.pt" \
--guidance_scale 1.0 \
--video_path "assets/demo1_video.mp4" \
--audio_path "assets/demo1_audio.wav" \
--video_out_path "video_out.mp4"
|