Replies: 2 comments 1 reply
-
Because FaceID is already implemented, and InstantID provides too little (or any?) benefit. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After testing and testing, I believe that the implementation of InstantID, carried out by Matteo, is a better solution for faceswap and for the style it can produce, better results than the IPadapter alone.
I think adding this node and a menu addition is not difficult.
https://github.com/cubiq/ComfyUI_InstantID
https://www.youtube.com/watch?v=wMLiGhogOPE
From the Wiki:
InstantID requires insightface, you need to add it to your libraries together with onnxruntime and onnxruntime-gpu.
The InsightFace model is antelopev2 (not the classic buffalo_l). Download the models (for example from here or here), unzip and place them in the ComfyUI/models/insightface/models/antelopev2 directory.
The main model can be downloaded from HuggingFace and should be placed into the ComfyUI/models/instantid directory. (Note that the model is called ip_adapter as it is based on the IPAdapter).
You also needs a controlnet, place it in the ComfyUI controlnet directory.
Remember at the moment this is only for SDXL.
I hope you can accept this request.
Beta Was this translation helpful? Give feedback.
All reactions