-
Notifications
You must be signed in to change notification settings - Fork 379
do ipadapter_face and ipadapter together #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
or maybe a better way this using a class to handle multiple adapters. |
I think it maybe work, you can have a try? |
ok,i'll have a try |
|
@cubiq it works well |
can you share the code to do that without comfyui? |
can we try to do ipadapter face and ipadapter together?
maybe like this
hidden_states = hidden_states + self.scale1 * ip_hidden_states + self.scale2 * ip_face_hidden_states
The text was updated successfully, but these errors were encountered: