Replies: 41 comments 68 replies
-
FaceID Plus v2 not working. The other two adapters - faceid and faceid plus work fine. |
Beta Was this translation helpful? Give feedback.
-
Haven't tried v2, but the rest work exceedingly well on initial impressions. I only had a tough time installing insighface (I'm on ubuntu 22.0.4). I had to install python dev and then everything installed correctly. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Reference discussion on model comparisons: cubiq/ComfyUI_IPAdapter_plus#195 |
Beta Was this translation helpful? Give feedback.
-
Hi, I have downloaded ip-adapter-faceid-plus_sd15.bin, |
Beta Was this translation helpful? Give feedback.
-
Especially the documentation on its usage would be cool. And if you find the time, both other points would be nice for more ease of use. |
Beta Was this translation helpful? Give feedback.
-
When I use the ip-adapter_face_id_plus preprocessor, an error like this is returned. What should I do? |
Beta Was this translation helpful? Give feedback.
-
Hi! What could be causing this error? |
Beta Was this translation helpful? Give feedback.
-
O meu em Preprocessor esta aparecendo "ip-adapter_clip_sd15" e nao "ip-adapter_face_id" e nao da certo... pq sera? |
Beta Was this translation helpful? Give feedback.
-
You're most likely not using the latest ControlNet version. Unfortunately couldn't verify, since version number is cut off in your screenshot. Você provavelmente não está usando a versão mais recente do ControlNet. Infelizmente, não pude verificar, pois o número da versão está cortado na sua captura de tela. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Always thanks for the work. A request here. h94 just dropped another ip-adapter. It seems better than previous adapter. https://huggingface.co/h94/IP-Adapter-FaceID/blob/main/faceid_portrait_sd15.jpg |
Beta Was this translation helpful? Give feedback.
-
I have no idea why it's not working... |
Beta Was this translation helpful? Give feedback.
-
Help!Why does the face I change out look nothing like it? Do I need to pay attention to any parameter settings? I have tried to increase the weights of CN and Lora |
Beta Was this translation helpful? Give feedback.
-
从该页面下载了 FaceID Plus V2 和 FaceID 的模型文件,并将它们放在 models/ControlNet 文件夹中。但是,为什么在web ui 的预处理部分找不到这两个预处理器? |
Beta Was this translation helpful? Give feedback.
-
Can multiple images be used as input sources? |
Beta Was this translation helpful? Give feedback.
-
This is amazing, great job! Wondering if there's any way to speed up the time to hook the controlnet when a new image is used? I have a distributed application that requires fast inference speeds across multiple servers and I'm looking at optimizing the initial loading time on a new server. When a non-cached image is used, processing and hooking the controlnet takes seconds, while subsequent runs take milliseconds; how can I go about speeding up the first run on a new server when using the API? For instance, is there a way to precompute the image and pass some embedding through the API instead of the image itself? Or perhaps a way to extract the cache for a given image and pass that to another server? |
Beta Was this translation helpful? Give feedback.
-
I got this error when I try to run IP-adapter on Automatic1111 is there something that i've been missing? I download the model and paste it on the Controlnet folder right away. |
Beta Was this translation helpful? Give feedback.
-
Strange thing I've noticed yesterday: If I set the weight of the controlnet IP Adapter at 1, actually it will be used (or at least the generation info says so) with the value /3 = 0.333.. If I set the weight at 0.6 its 1.9999.. -- what's happening here? (I'm on Forge).
|
Beta Was this translation helpful? Give feedback.
-
I don't have anything called ip-adapter-face-id-plus in pre-processing and I only have CLIP-ViT-H (IPAdapter), CLIP-ViT-bigG (IPAdapter), InsightFace+CLIP-H (IPAdapter). Let me say that I am using web ui forge. Please guide me how can I add ip-adapter-face-id-plus to preprocessing? |
Beta Was this translation helpful? Give feedback.
-
I think the new update broke FaceID it doesn't matter which picture i use in Controlnet i always get the same error message: I used the same pictures just yesterday to do some testing also tried some new pictures but it doesnt work at all anymore |
Beta Was this translation helpful? Give feedback.
-
v2 is not good for skin color in img2img using plus usnig plusv2 1 girl,upper body,lora:ip-adapter-faceid-plusv2_sd15_lora:0.5 |
Beta Was this translation helpful? Give feedback.
-
After fresh reinstall of a1111 sd-web-ui 1.9.0 i have encountered few errors in log which i didn't have before UPD: it seems like cuda 12.4 isn't supported by onnxruntime-gpu by any versions yet. Please let me know if i am right or no about it. UPD2: i have found the solution for all cuda 12.x users
This will solve any issues. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Please help webui version 1.9.4 / extensions are all updated Model loaded in 14.8s (load weights from disk: 1.4s, create model: 0.8s, apply weights to model: 11.8s, move model to device: 0.2s, load textual inversion embeddings: 0.1s, calculate empty prompt: 0.2s). I'm not sure why this error came out and every versions of faceID is not working. |
Beta Was this translation helpful? Give feedback.
-
My controlnet version: 1.1.449 In the img2img , the 'ip-adapter-faceid-plusv2_sd15 [6e14fc1a]' not workin well. 2024-06-25 10:44:24,286 - ControlNet - INFO - Loading model from cache: control_v11p_sd15_openpose [cab727d4] |
Beta Was this translation helpful? Give feedback.
-
Hello. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
InsightFace+CLIP-H(IPAdapter) 这个预处理器有知道在哪里下载的嘛,可以给个链接嘛 |
Beta Was this translation helpful? Give feedback.
-
There has been a release of a new ip adapter face id model: "Kolors-IP-Adapter-FaceID-Plus". Can this already be used with controlnet or will it be supported soon ? when I've tried to load the model I got the error it's not being recognized. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to get ip adapter face id v2 to work with pony-models? is anything from controlnet is working well with it (or is it only ip adapter, that doesnt)? |
Beta Was this translation helpful? Give feedback.
-
Is there plans for a Flux version of IPAdapter Faceid? |
Beta Was this translation helpful? Give feedback.
-
Update 2024-01-24
SDXL FaceID Plus v2 is added to the models list. You can use it without any code changes.
IP-Adapter FaceID
IP-Adapter FaceID provides a way to extract only face features from an image and apply it to the generated image. Please follow the guide to try this new feature.
Installation of insightface
FaceID requires
insightface
, you need to install them in your A1111 venv. Check this ComfyUI issue for help.In summary, building insightface from source requies compiling some C++ code, which in principle should be avoided at all cost in this repository. See #1875. The workaround this PR has is downloading the pre-build wheel for the largest user group (Windows amd64 users). Other users will need build from source by running
pip install insightface
.Models
The following table shows the combination of checkpoint and preprocessor to use for each FaceID IPAdapter Model. Any Tensor size mismatch you may get it is likely caused by a wrong combination.
It is recommended to load the corresponding LoRA when generating with a weight of 0.5 ~ 0.7.
How to use
Step1: Load LoRA
Step2: Configure ControlNet. Choose preprocessor and model.
Step3: Generate
Face input:
Output:
Next Steps
Please also comment on which of the following items should/should not be implemented. Thanks!
Notes
Beta Was this translation helpful? Give feedback.
All reactions