5 lines
311 B
Bash
5 lines
311 B
Bash
# defaults to 1.5B
|
|
python demo/inference_from_file.py --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Frank
|
|
|
|
# large -- cannot fit XPU memory (36GB)
|
|
python demo/inference_from_file.py --model_path microsoft/VibeVoice-Large --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Frank
|