File size: 327 Bytes
9e7346b | 1 2 3 4 5 6 7 8 9 | CUDA_VISIBLE_DEVICES=0
CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES python generate_video.py \
--ckpt_dir models/SoulX-FlashHead-1_3B \
--wav2vec_dir models/wav2vec2-base-960h \
--model_type pro \
--cond_image examples/girl.png \
--audio_path examples/podcast_sichuan_16k.wav \
--audio_encode_mode stream |