Msorry卿 发表于 2024-1-15 13:32:20

执行IPAdapterApply时发生错误:必须为FaceID模型提供InsightFace。

执行IPAdapterApply时出错:对于 FaceID 模型,必须提供 InsightFace。文件“G:\AI\ComfyUIergouzi 01\ComfyUI\execution.py”,第 155 行,在 recursive_execute
output_data,output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
文件“G:\AI\ComfyUIergouzi 01\ComfyUI\execution.py”,第 85 行,在 get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.函数,allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
文件“G:\AI\ComfyUIergouzi 01\ComfyUI\execution.py”,第 78 行,在map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
文件“G:\AI\ComfyUIergouzi 01\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py”,第 570 行,位于apply_ipadapter
raise Exception('必须为 FaceID 模型提供 InsightFace。')

滚石 发表于 2024-1-16 15:06:53

要手工安装insightface,装起来还比较麻烦,有空我出个教程

无绝期 发表于 2024-1-21 10:48:37

滚石 发表于 2024-1-16 15:06
要手工安装insightface,装起来还比较麻烦,有空我出个教程

query.dtype: torch.float16
key.dtype : torch.float32
value.dtype: torch.float32
人麻了

Msorry卿 发表于 2024-1-31 22:45:14

滚石 发表于 2024-1-16 15:06
要手工安装insightface,装起来还比较麻烦,有空我出个教程

大神求教程啊

滚石 发表于 2024-3-11 16:53:12

Msorry卿 发表于 2024-1-31 22:45
大神求教程啊

用秋叶整合包吧,里面的内嵌python是完整的,安装insightface比较顺利

xinxin123 发表于 2024-3-12 13:57:45


底丹是自练的吗

fizzyfly 发表于 2024-3-16 10:34:33

我是通过wheel文件安装的,wheel文件是别人编译过的,直接就可以安装,不用复杂的编译。
InsightFace的issue里面有提到wheel的链接,如下
issue: https://github.com/deepinsight/insightface/issues/2430
wheel链接以及安装方式:https://github.com/Gourieff/sd-webui-reactor#insightfacebuild
我还搜到win11的wheel,但是我不做任何保证,链接:https://github.com/bihailantian655/insightface_wheel
页: [1]
查看完整版本: 执行IPAdapterApply时发生错误:必须为FaceID模型提供InsightFace。