Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How to generate more flexible face structures with InstantID? #43

Open
duongna21 opened this issue Jan 23, 2024 · 4 comments
Open

How to generate more flexible face structures with InstantID? #43

duongna21 opened this issue Jan 23, 2024 · 4 comments

Comments

@duongna21
Copy link

InstandID is amazing, thank you for your great work!

However, I noticed a problem with my output in that the face structure/pose is fixed and similar to the original input. For example:

Screenshot 2024-01-23 at 23 25 29

How can InstantID create more dynamic face structures/poses as can be done by IPAdapter FaceID reducing the face structure weight?

faceid_plusv2

@haofanwang
Copy link
Member

For novel-view synthesis, you can provide a different pose by mean of another image. You may also try to generate without pose (set it to a black image), but the performance is not guaranteed.

@zsxkib
Copy link

zsxkib commented Jan 25, 2024

Which line of code loads the pose image? Could you give some direction?

@johndpope
Copy link
Contributor

@zsxkib - if you're using comfyui - there's a workflow example here https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/tree/main/INSTANTID%20WORKFLOWS

@nosiu
Copy link

nosiu commented Jan 25, 2024

Which line of code loads the pose image? Could you give some direction?

https://github.com/InstantID/InstantID/blob/main/gradio_demo/app.py#L229

image_embeds (face) from one image, and a different image as face_kps

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

No branches or pull requests

5 participants