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

Issue using multiple images #2

Open
djbielejeski opened this issue May 2, 2024 · 1 comment
Open

Issue using multiple images #2

djbielejeski opened this issue May 2, 2024 · 1 comment

Comments

@djbielejeski
Copy link

image

Error occurred when executing PuLID_Zho:

facexlib align face fail

File "D:\dev\AI\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\dev\AI\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 "D:\dev\AI\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\dev\AI\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO\PuLID.py", line 73, in generate_image
id_embeddings = pipeline.get_id_embedding(id_image)
File "D:\dev\AI\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO\pulid\pipeline.py", line 173, in get_id_embedding
raise RuntimeError('facexlib align face fail')

Single Image success
image

Multiple images failure
image

@So6sson
Copy link

So6sson commented May 7, 2024

Hey, do you have the workflow so I can test it ?

# 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

2 participants