Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
yhhao-YH opened this issue Oct 2, 2024 · 1 comment
Open

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

yhhao-YH opened this issue Oct 2, 2024 · 1 comment

Comments

@yhhao-YH
Copy link

yhhao-YH commented Oct 2, 2024

!!! 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
Copy link
Author

yhhao-YH commented Oct 2, 2024

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant