Download MimicMotion weights and DWPose models
mainYou must manually download the model weights and organize them into a models/ directory. If you have connection issues with Hugging Face, set the environment variable export HF_ENDPOINT=https://hf-mirror.com before downloading.
Note: The SVD model (stabilityai/stable-video-diffusion-img2vid-xt-1-1) will be downloaded automatically during runtime.
cd MimicMotions/
mkdir models
# 1. Download DWPose pretrained models
mkdir -p models/DWPose
wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx?download=true -O models/DWPose/yolox_l.onnx
wget https://huggingface.co/yzd-v/DWPose/resolve/main/dw-ll_ucoco_384.onnx?download=true -O models/DWPose/dw-ll_ucoco_384.onnx
# 2. Download MimicMotion checkpoint
wget -P models/ https://huggingface.co/tencent/MimicMotion/resolve/main/MimicMotion_1-1.pth