Error occurred when executing IPAdapter: expected np.ndarray (got NoneType) #529
zqlong1978
started this conversation in
General
Replies: 1 comment
-
I think insightface wasn't able to find any face |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error occurred when executing IPAdapter:
expected np.ndarray (got NoneType)
File "D:\ComfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\ComfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "D:\ComfyUI-aki\ComfyUI-aki-v1.3\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 607, in apply_ipadapter
return ipadapter_execute(model.clone(), ipadapter['ipadapter']['model'], ipadapter['clipvision']['model'], **ipa_args)
File "D:\ComfyUI-aki\ComfyUI-aki-v1.3\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 241, in ipadapter_execute
face_cond_embeds.append(torch.from_numpy(face[0].normed_embedding).unsqueeze(0))
Please ask Mr. Cubiq to help me figure out where the problem is, thank you!
Beta Was this translation helpful? Give feedback.
All reactions