OpenTalker / SadTalker

[CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation
https://sadtalker.github.io/
Other
11.58k stars 2.16k forks source link

no TTS ? #302

Open Username69992872 opened 1 year ago

Username69992872 commented 1 year ago

TTS is installed for my Windows Automatic1111 but I dont see any option to enter text for TTS: grafik I also added "TTS":"tts" to extensions.py, but nothing changes. Whats wrong ?

vinthony commented 1 year ago

The TTS package does not have good compatibility in cross-platform, so we remove it in stable-diffusion-webui, you can manually add these lines to support.

https://github.com/OpenTalker/SadTalker/blob/b746106abb880b4b2e8f8188e0dbeea3f8117d3b/app.py#L32-L38

Zerthura commented 1 year ago

How did you install TTS in a1111 on windows? Was you able to make it works with sadtalker?