当前位置:AIGC资讯 > AIGC > 正文

Stable Diffusion使用“面部修复”时报TypeError: ‘NoneType‘ object is not subscriptable错

问题

Stable Diffusion使用“面部修复”时报TypeError: ‘NoneType’ object is not subscriptable错

解决方案

下载【detection_Resnet50_Final.pth】和【parsing_parsenet.pth】到【repositories\CodeFormer\weights\facelib】目录下,并重新运行项目即可。
https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_Resnet50_Final.pth
https://github.com/xinntao/facexlib/releases/download/v0.2.2/parsing_parsenet.pth

注:上面的两个文件,可以在自己服务器的文件夹中直接clone,但是可能会很慢,建议是在本地下载好后,通过xftp之类的工具,将文件上传到服务器sd项目的【repositories\CodeFormer\weights\facelib】目录

更新时间 2024-01-31