【Stable Diffusion 插件系列】SadTalker
1、安装插件

2、安装model

gfpgan

gfpgan 在 models目录下也有要放一份

3、使用
4、错误 TypeError: save_pil_to_file() got an unexpected keyword argument 'format‘
替换前版本 gradio==3.16.2
解决方法:
1、在Stable Diffusion安装目录下,找到 requirements_versions.txt文件
2、替换 gradio 的版本为 gradio==3.31.0
3、当启动Stable Diffusion时,它会自动下载并安装3.31.0版本的gradio。
COMMANDLINE_ARGS 添加 --disable-safe-unpickle

报错: cannot import name 'decode_base64_to_file' from 'gradio.processing_utils'