insightface model is required for FaceID models

解决步骤
    安装 insightface

    1. 根据你的Python版本,下载相对应的insightface whl文件。比如,对于Python 3.12,你可以从以下网址下载:

网址:https://hf-mirror.com/licyk/wheel/blob/main/insightface-0.7.3-cp312-cp312-win_amd64.whl

选择与你Python版本相匹配的文件下载。



    2. 下载完成后,在命令提示符(或终端)中运行以下命令来升级pip并安装insightface:

C:\Path\To\ComfyUI\python_embeded\python.exe -m pip install -U pip

C:\Path\To\ComfyUI\python_embeded\python.exe -m pip install C:\Path\To\Downloaded\insightface-0.7.3-cp312-cp312-win_amd64.whl

(请将上述路径替换为你实际的Python路径和下载的whl文件存放路径)
(备注:可以这样直接安装pip install insightface -i https://pypi.tuna.tsinghua.edu.cn/simple



    3,下载inswapper_128.onnx文件到\ComfyUI\models\insightface目录
下载地址:https://hf-mirror.com/datasets/Gourieff/ReActor/blob/main/models/inswapper_128.onnx


    4. 下载buffalo_l.zip文件,并解压到\ComfyUI\models\insightface\models目录下:
文件可以在https://github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip或https://hf-mirror.com/datasets/Gourieff/ReActor找到并下载。
© 版权声明
THE END
喜欢就支持一下吧
点赞 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容