cubiq / ComfyUI_FaceAnalysis

Extension for ComfyUI to evaluate the similarity between two faces
Apache License 2.0
227 stars 25 forks source link

Error FaceEmbedDistance #6

Closed 2PeteShakur closed 1 month ago

2PeteShakur commented 3 months ago

Error occurred when executing FaceEmbedDistance:

No image matches the filter criteria.

File "E: \ComfyUI_portable\ComfyUI\execution.py", line 152, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "E: \ComfyUI_portable\ComfyUI\execution.py", line 82, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj. FUNCTION, allow_interrupt=True) File "E: \ComfyUI_portable\ComfyUI\execution.py", line 75, in map_node_over_list results.append(getattr(obj, func) ( ** slice_dict(input_data_all, i))) File "E: \ComfyUI_portable\ComfyUI\custom_nodes \ComfyUI_FaceAnalysis\faceanalysis.py", line 239, in analize raise Exception('No image matches the filter criteria. ')

Got the above error when attempting usage