问题描述:利用ComfyUI绘画工具执行WD1.4反推提示词现实扩图功能的时候报以下错误:
Error occurred when executing WD14Tagger|pysssss: Cannot connect to host huggingface.co:443 ssl:default [Connect call failed ('199.59.148.247', 443)]
出现上面错误提示,说明“WD1.4反推提示词插件”中用到的模型没有下载到本地,Python
从huggingface.co
网站上下载模型失败!需要手动下载到./项目/custom_nodes/ComfyUI-WD14-Tagger/models/
文件夹里!
参考网址:https://github.com/pythongosssss/ComfyUI-WD14-Tagger
下载网址:https://huggingface.co/SmilingWolf/wd-v1-4-convnextv2-tagger-v2/tree/main
把model.onnx
和selected_tags.csv
2个文件下载到./项目/custom_nodes/ComfyUI-WD14-Tagger/models/
文件夹里,分别改名为wd-v1-4-convnext-tagger-v2.onnx
和wd-v1-4-convnext-tagger-v2.csv
,重新运行项目就可以了!
文章版权声明:除非注明,否则均为我爱教程术原创文章,转载或复制请以超链接形式并注明出处。