Spanicin commited on
Commit
be967a7
1 Parent(s): 065e980

Update scripts/download_models.sh

Browse files
Files changed (1) hide show
  1. scripts/download_models.sh +1 -1
scripts/download_models.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
 
3
- mkdir ./checkpoints
4
  wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/auido2exp_00300-model.pth -O ./checkpoints/auido2exp_00300-model.pth
5
  wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/auido2pose_00140-model.pth -O ./checkpoints/auido2pose_00140-model.pth
6
  wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/epoch_20.pth -O ./checkpoints/epoch_20.pth
 
1
  #!/bin/bash
2
 
3
+ mkdir -p ./checkpoints
4
  wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/auido2exp_00300-model.pth -O ./checkpoints/auido2exp_00300-model.pth
5
  wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/auido2pose_00140-model.pth -O ./checkpoints/auido2pose_00140-model.pth
6
  wget -nc https://github.com/Winfredy/SadTalker/releases/download/v0.0.2/epoch_20.pth -O ./checkpoints/epoch_20.pth