Skip to content

Releases: OpenTalker/SadTalker

SadTalker v0.0.2 rc Release Note

05 Jun 14:44
Compare
Choose a tag to compare

Multiple new optimizations for SadTalker:

  • A new option of size can be used to choose the model, (256 or 512) currently. eg, python inference.py --size 512
  • A new 512x512 face render model is released, which may show better results in the month open and higher resolution.
  • set new preprocess: extcrop and extfull, where the face crop is larger. eg, python inference.py --preprocess extcrop
  • We package nearly all the models using safetensor and remove some necessary weights: checkpoint packages from 7GB -> 1GB!
  • Reduce the requirement of installation, now, dlib or face-alignment is not a necessary package for a generation!
  • Since we have not trained the new mappingnet, we still use two different mappingnet as the previous release. It will be merged into a unified safetensors in the future.
  • add a script of webui.sh for Linux.
  • Multiple webui functions are added: pose style, face model resolution, batch size, etc.
  • Merge PR of #303 to boost the speed of face enhancers. Thanks for this contribution! very cool!

SadTalker v0.0.2 Release Note

08 Apr 10:49
Compare
Choose a tag to compare

In v0.0.2, we finally solved the problems of paste back and got a more stable face with the following options using a newly trained model!

python inference.py --still --enhancer gfpgan --preprocess full
full3.eluosi_enhanced.mp4
full_body_2.bus_chinese_enhanced.mp4
full_body_1.bus_chinese_enhanced.mp4

Have fun and thanks for all your support! ❤️

SadTalker v0.0.1 Release Note

14 Mar 05:36
434dc2a
Compare
Choose a tag to compare

Since google drive is somewhat slow in some cases, we released our trained model as part of our project. 🎉