Xiaodong Cun

Results 212 comments of Xiaodong Cun

have you tried another audio? you may refer to this issue which has the same problem: https://github.com/Winfredy/SadTalker/issues/201

it seem you do not download all the checkpoints? , please refer here: https://github.com/Winfredy/SadTalker#-2-download-trained-models

For Windows, you need to download the checkpoints manually as on our readme page, for example, downloaded the checkpoints from google driver and put it into the `sadtalker/checkpoints`

may find out how to make it happen.

第一个问题,可以通过下载gfpgan的补丁包来解决, 查看这里:https://github.com/Winfredy/SadTalker#-2-download-trained-models 第二个问题, ``` # windows (webui_user.bat) set COMMANDLINE_ARGS="--disable-safe-unpickle" ``` 参考 https://github.com/Winfredy/SadTalker/blob/main/docs/webui_extension.md#questsions

请确保ffmpeg正确安装,并且添加到路径,类似这个issues: https://github.com/Winfredy/SadTalker/issues/172

> 我也遇到了一样的问题,并且尝试了安装ffmpeg并配置环境,这是ffmpeg版本ffmpeg version 6.0-full_build-www.gyan.dev。但是依然没用 Traceback (most recent call last): File "shutil.py", line 815, in move FileNotFoundError: [WinError 2] 系统找不到指定的文件。: '6ce16694-f4c7-4ceb-b708-44837e08d011.mp4' -> 'F:\ai\draw\novelai-webui-aki-v3\outputs\SadTalker\bf7d887e-5eb5-4a0c-939d-b5f7b1da8cc1\tmpopzk_6xe##nhayqcwgoy.mp4' 提示:Python 运行时抛出了一个异常。请检查疑难解答页面。 > > During handling of the...

you need to install ffmpeg, following https://github.com/Winfredy/SadTalker#windows-%E4%B8%AD%E6%96%87windows%E6%95%99%E7%A8%8B, window (3) install ffmpeg

Hi, we find eye blink/head motion coefficients will make an unstable paste back in `full` mode, so we remove them currently. We will try to retrain the model for better...