Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.21 KB

install.md

File metadata and controls

39 lines (27 loc) · 1.21 KB

macOS

This method has been tested on a M1 Mac (13.3)

git clone https://github.com/OpenTalker/SadTalker.git
cd SadTalker 
conda create -n sadtalker python=3.8
conda activate sadtalker
# install pytorch 2.0
pip install torch torchvision torchaudio
conda install ffmpeg
pip install -r requirements.txt
pip install dlib # macOS needs to install the original dlib.

Windows Native

  • Make sure you have ffmpeg in the %PATH% as suggested in #54, following this tutorial to install ffmpeg or using scoop.

Windows WSL

  • Make sure the environment: export LD_LIBRARY_PATH=/usr/lib/wsl/lib:$LD_LIBRARY_PATH

Docker Installation

A community Docker image by @thegenerativegeneration is available on the Docker hub, which can be used directly:

docker run --gpus "all" --rm -v $(pwd):/host_dir wawa9000/sadtalker \
    --driven_audio /host_dir/deyu.wav \
    --source_image /host_dir/image.jpg \
    --expression_scale 1.0 \
    --still \
    --result_dir /host_dir