SadTalker icon indicating copy to clipboard operation
SadTalker copied to clipboard

[CVPR 2023] SadTalker:Learning Realistic 3D Motion Coefficients for Stylized Audio-Driven Single Image Talking Face Animation

Results 261 SadTalker issues
Sort by recently updated
recently updated
newest added

太棒了!我只是在想,能否将其用作实时推理。例如,某人正在说话,而这个输出可以作为一种临时的头像。 如果不使用高分辨率GFPGAN放大,是否可以进行实时推理呢?

discussion

SD A1111 is crashing when I install the sad talker library on my mac m1 with this error: ``` [1] 53170 illegal hardware instruction ./webui.sh --disable-safe-unpickle /Users/devdesign/.asdf/installs/python/3.10.1/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There...

Macbook

据说 iPhone14 上跑 LLAMA 推理速度比 M1 上都快,那么可以考虑在手机上直接合成视频了。

discussion

Does it work with animals for example a cat or a dog?

discussion

![image](https://user-images.githubusercontent.com/45578227/230857098-f61a431d-e38c-4bd6-88eb-af12a3fa5d7d.png) 我的WebUI确实有可视化的计时,但Command中却没有任何进度 My WebUI does have visual timing, but there is no progress in Command ![image](https://user-images.githubusercontent.com/45578227/230857385-9b67c326-14d9-454b-a7d3-258277c68191.png)

Anyone else experiencing this? I've downloaded checkpoints and + from the designated Google Drive.

sd-webui
enhancement

命令换成 只有 pip 安装 如下 可以吗? ``` python -m venv sadtalker source sadtalker/bin/activate # 在 Linux 和 macOS 系统上激活虚拟环境 .\sadtalker\Scripts\activate # 在 Windows 系统上激活虚拟环境 pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 -f...

enhancement

首先非常感谢这个出色的开源工作! 我还不懂这方面工作,直接上手玩了一下,请教如题的两个问题: 1. 为啥不用人脸增强的话人脸会变糊很多?我以为会跟原图的清晰度一致。GAN不能跑满显卡,非常慢,我看到有朋友提了这个问题 2. 我生成了一分半的视频,我的人物全程没有眨眼,只是眼皮微微有在动。我看demo也没眨眼,不过貌似眼皮运动比我的视频明显一点 另外,results文件夹里的中间结果是不是不会自动清理?可否在webui里加个查看或者快捷清理不需要的历史中间结果的功能?

长文本生成的视频会出现坏帧 有什么办法可以处理?

env:Windows11 当尝试使用`python app.py`生成时报错 ``` C:\Users\pk5ls\AppData\Local\Temp\522882b377634f2b601b0a1d0f86207d7ee54fdb\tmpkvypcmaj.png Traceback (most recent call last): File "C:\Users\pk5ls\anaconda3\envs\sadtalker\lib\site-packages\gradio\routes.py", line 393, in run_predict output = await app.get_blocks().process_api( File "C:\Users\pk5ls\anaconda3\envs\sadtalker\lib\site-packages\gradio\blocks.py", line 1108, in process_api result = await self.call_function(...

enhancement