sd-webui-controlnet icon indicating copy to clipboard operation
sd-webui-controlnet copied to clipboard

Multiple entries for Instant ID do not work

Open JaB43a opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui

What happened?

As of the last update, when using InstantID with multi-imputs do not work, and only one image is processed.

Steps to reproduce the problem

Simply enable "instantid" in Controlnet and the Instant ID Face Embedding processor and use the "multi inputs" tab to upload multiple images.

What should have happened?

A face must be generated using an average of all uploaded images, but only one image is processed.

Commit where the problem happens

webui: 1.9.4 controlnet: v1.1.449

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--xformers

List of enabled extensions

extensions

Console logs

No errors occur in console

Additional information

The last versions I used in which this problem does not occur are 1.9.3 WebUI, and 1.1.443 Controlnet

JaB43a avatar Jun 02 '24 14:06 JaB43a

Can you give example that clearly face embedding is not merged?

huchenlei avatar Jun 02 '24 15:06 huchenlei

Can you give example that clearly face embedding is not merged?

Of course. I attach three images, the first two of two celebrities separately, using the "single image" option, and the third, using multi-input to "hybridize" both images, but the resulting face is still that of the first image:

Untitled 1 Untitled 2 Untitled 3

It doesn't matter how many images you use, only one of them will be processed in multi input mode.

JaB43a avatar Jun 03 '24 05:06 JaB43a

I met the same issue, try pip install insightface

ghost avatar Jun 09 '24 08:06 ghost

i'm having issues with multiple input as well. in my case, resulting image is blurry (doesn't converge)

jeanhadrien avatar Jul 15 '24 08:07 jeanhadrien