Releases: OpenTalker/SadTalker
Releases · OpenTalker/SadTalker
SadTalker v0.0.2 rc Release Note
Multiple new optimizations for SadTalker:
- A new
option
ofsize
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
andextfull
, 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 from7GB -> 1GB
! - Reduce the requirement of installation, now,
dlib
orface-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
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
Since google drive is somewhat slow in some cases, we released our trained model as part of our project. 🎉