ZHO-ZHO-ZHO / ComfyUI-PuLID-ZHO

Unofficial implementation of PuLID(diffusers) for ComfyUI
GNU General Public License v3.0
213 stars 9 forks source link

没有错误提示的报错,PuLIDInsightFace加载器 #19

Open yhhao-YH opened 2 weeks ago

yhhao-YH commented 2 weeks ago

!!! Exception during processing !!! Traceback (most recent call last): File "D:\AKI\ComfyUI-aki-v1.4\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "D:\AKI\ComfyUI-aki-v1.4\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "D:\AKI\ComfyUI-aki-v1.4\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "D:\AKI\ComfyUI-aki-v1.4\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "D:\AKI\ComfyUI-aki-v1.4\custom_nodes\PuLID_ComfyUI\pulid.py", line 240, in load_insightface model = FaceAnalysis(name="antelopev2", root=INSIGHTFACE_DIR, providers=[provider + 'ExecutionProvider',]) # alternative to buffalo_l File "D:\AKI\ComfyUI-aki-v1.4\python\lib\site-packages\insightface\app\face_analysis.py", line 43, in init assert 'detection' in self.models AssertionError

Prompt executed in 0.01 seconds image

yhhao-YH commented 2 weeks ago

我已经重新安装了insightface,下载了clip-vit-large-patch14,但是并没有效果