只需要一张照片和音频,即可生成会说话唱歌的AI视频!

生成的视频文件存储在:results目录下

96e22a206fc7fc9c3b0172c09d09d14d

安装教程

安装并Python3.8 并选中“将Python添加到PATH”。

手动安装Git或使用Scoop进行安装,在 powershell里执行下面命令

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
安装scoop:
irm get.scoop.sh | iex
如果提示:Running the installer as administrator is disabled by default, see https://github.com/ScoopInstaller/Install#for-admin for details.
就使用命令:iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
安装git:
scoop install git

 

安装ffmpeg ,安照本教程或使用scoop进行安装。

scoop install ffmpeg

 

通过运行下载 SadTalker 存储库

git clone https://github.com/Winfredy/SadTalker.git

 

下载模型。【点击前往

下载好以后解压然后复制到sadtalker目录,在sadtalker目录下新建两个目录,然后把文件分别拷贝进去
e53f7a5a67c7afddc67f7f1a0a77d28e
checkpoints目录下拷贝进来这些文件
d028c78b381855cd7e99a7f0d83f8d50
gfpgan目录下把这个文件夹拷贝进来
1107371ff3f74c1dfa5b5a7df14569f9运行webui.bat,并且将启动 Gradio 支持的 WebUI 演示。

如果报错就下载,app_sadtalker.zip 修复错误【点击下载】(一定要覆盖掉,不覆盖就报错
b051452b13c5b3eb322d6f0963f9b5f7
替换文件然后再运行webui.bat
af868928c77f3a4f969dcebc7a27fe2b如果以前安装的python是别的版本,比如我以前装的是python3.7.9换成了3.8.10会提示路径错误,这样就需要需改文件C:\Users\Administrator\SadTalker\venv\pyvenv.cfg把里面的python错误路径改为正确的。
python版本查询和路径查询命令如下:
版本查询:
python --version
路径查询:
where python

MacOS系统安装

点击此处】找到有关在 macOS 上安装 SadTalker 的教程。

HuggingFace 在线体验:【点击前往

如果提示:

安装tb-lightly失败:

ERROR: Could not find a version that satisfies the requirement tb-nightly (from torchreid) (from versions: none)

ERROR: No matching distribution found for tb-nightly

说明,我们的pip源中没有对应的“tb-nightly”依赖包。查看pip配置:

python -m pip config list

显示使用的是清华源:

global.index-url='https://pypi.tuna.tsinghua.edu.cn/simple'

更换为阿里源:

python -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple

再次查看pip配置:

python -m pip config list

# global.index-url='https://mirrors.aliyun.com/pypi/simple'

再次安装tb-nightly就可以了

下载成功后,希望再转回清华源

python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

————————————————
版权声明:本文为CSDN博主「木之希」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/weixin_46455141/article/details/131353266

THE END
分享
二维码
< <上一篇
下一篇>>