sd-webui-controlnet
sd-webui-controlnet copied to clipboard
Multiple entries for Instant ID do not work
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
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
Can you give example that clearly face embedding is not merged?
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:
It doesn't matter how many images you use, only one of them will be processed in multi input mode.
I met the same issue, try pip install insightface
i'm having issues with multiple input as well. in my case, resulting image is blurry (doesn't converge)