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.12k stars 2.08k forks source link

'ffmpeg' is not recognized as an internal or external when running SadTalker in Automatic 1111 windows webui #886

Closed silhou1 closed 2 months ago

silhou1 commented 2 months ago

After following instructions to run SadTalker in Windows 10 AUTOMATIC 1111 WebUi video generation is unsuccessful with the following error : 'ffmpeg' is not recognized as an internal or external...

The path for ffmpeg installation should be added also to Automatic 111 environment.bat like this:

set PATH=C:\Windows\system32;C:\Windows;%DIR%\git\bin;%DIR%\python;%DIR%\python\Scripts;C:\ffmpeg\bin