Spaces:
Runtime error
Runtime error
File size: 306 Bytes
206dfd7 |
1 2 3 4 5 6 7 8 9 10 11 12 |
python infer.py \
--image_path ./assets/images/woman.png \
--audio_path ./assets/audios/woman.wav \
--prompt "A woman is talking." \
--max_num_frames 81 \
--image_size 512 \
--audio_scale 1.0 \
--prompt_cfg_scale 5.0 \
--audio_cfg_scale 5.0 \
--fps 23 \
--seed 1111
|