Talking head animation
git clone https://github.com/harisreedhar/Portrait-Talker.git
cd Portrait-Talker
put these models in Portrait-Talker/pretrained_models
- det_10g.onnx
- vox512.pt
- shape_predictor_68_face_landmarks.dat
- wav2vecDS.pt
- clip_training_DINet_256mouth.pth
conda create -n portrait-talker python=3.10 -y
conda activate portrait-talker
conda install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.8 -c pytorch -c nvidia
pip install -r requirements.txt
python run_video_driven.py --source_path ./test/source.jpg --driving_path ./test/driving.mov
python run_audio_driven.py --source_path ./test/source.jpg --driving_path ./test/driving.wav