You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error occurred when executing FaceFixerOpenCV:
operands could not be broadcast together with shapes (1,4) (0,)
File "I:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "I:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "I:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "I:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\custom_nodes\mikey_nodes\mikey_nodes.py", line 3458, in run
faces = self.combo_detection(image, scale_factor, min_neighbors)
File "I:\StabilityMatrix-win-x64\Data\Packages\ComfyUI\custom_nodes\mikey_nodes\mikey_nodes.py", line 3421, in combo_detection
if front_faces == () and profile_faces == () and anime_faces == ():
The text was updated successfully, but these errors were encountered:
Hi bash-j! I’m using batch size 10 for this workflow. I then select one of the images and the workflow continues moving forward with only that image I picked.
I often get this error when the node FaceFixerOpenCV is being used and I don't understand why. Included the workflow.
workflow-fast-creator-v104.json
The text was updated successfully, but these errors were encountered: