Open oisilener1982 opened 5 months ago
In a V100 machine, the following script requires 9873M GPU memory. Please feel free to have a try. Or you can use a shorter audio. For an audio of about 2 seconds, that's roughly 9253M.
python inference.py \
--reference_image_path "./test_samples/short_case/AOC/ref.jpg" \
--audio_path "./test_samples/short_case/AOC/aud.mp3" \
--kps_path "./test_samples/short_case/AOC/kps.pth" \
--output_path "./output/short_case/talk_AOC_no_retarget.mp4" \
--retarget_strategy "no_retarget" \
--num_inference_steps 25
Will my RTX 3080 with just 10gb of memory work? Thanks in advance
I tested on 8 GB VRAM (RTX 4060), works absolutely fine
Will my RTX 3080 with just 10gb of memory work? Thanks in advance