ali-vilab / dreamtalk

Official implementations for paper: DreamTalk: When Expressive Talking Head Generation Meets Diffusion Probabilistic Models
https://dreamtalk-project.github.io/
MIT License
1.6k stars 194 forks source link

No audio I/O backend is available #2

Open StartHua opened 9 months ago

StartHua commented 9 months ago

Some weights of the model checkpoint at jonatasgrosman/wav2vec2-large-xlsr-53-english were not used when initializing Wav2Vec2Model: ['lm_head.bias', 'lm_head.weight']

YifengMa9 commented 9 months ago

The code has been tested without issues on Ubuntu. Based on the error message you received, you might consider installing an audio I/O backend.

zhanghongyong123456 commented 9 months ago

The code has been tested without issues on Ubuntu. Based on the error message you received, you might consider installing an audio I/O backend.

pip install soundfile (win)

pip install sox (linux)