Browse Source

Update 'README.md'

天问 5 months ago
parent
commit
9d2d656706
1 changed files with 11 additions and 1 deletions
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -23,7 +23,7 @@ pip install -r requirements.txt
 bash scripts/download_models.sh
 # https://github.com/OpenTalker/SadTalker/releases
 
-
+# 推理,指定语音,图片
 python inference.py --driven_audio <audio.wav> \
                     --source_image <video.mp4 or picture.png> \
                     --result_dir <a file to store results> \
@@ -38,3 +38,13 @@ python inference.py --driven_audio <audio.wav> \
 https://colab.research.google.com/github/Winfredy/SadTalker/blob/main/quick_demo.ipynb
 
 
+https://huggingface.co/spaces/vinthony/SadTalker
+这种排队要很久
+
+
+人脸工具:https: //github.com/xinntao/facexlib
+
+人脸增强:https://github.com/TencentARC/GFPGAN
+
+图像/视频增强:https://github.com/xinntao/Real-ESRGAN
+