Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
16.39k stars 1.9k forks source link

Multiple entries for Instant ID do not work #2942

Open JaB43a opened 3 weeks ago

JaB43a commented 3 weeks ago

Is there an existing issue for this?

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

huchenlei commented 3 weeks ago

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

JaB43a commented 3 weeks ago

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.