-
Notifications
You must be signed in to change notification settings - Fork 26
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
New release with IPAdapters support #19
Comments
We are facing the following error with Version 0.1.2
Which seems to be solved in your main branch. It would be great if you can help us with a latest release or help us to find some other way to resolve this issue. Thank you |
Hi, thanks for your reminder! We have released the latest version of TGATE(v1.0.0) on PyPi. Please upgrade it and try again! |
@WentianZhang-ML Thank you so much for a speedy release 🚀. It works perfectly for generating images but with IpAdapters it has another issue.
Seems like you are expecting only hidden states where are UNET diffusers returns a Tuple when there are Ipadapter images the tuple basically has hidden states and image embeddings which we need for applying IpAdapterImage style. Can you please help us in this matter? Thank you 🙌 |
In this project, we only rewrote the attention process |
Cool I adopted it and fixed it on my end let me know If it makes sense to add another pipeline in your code for IPAdapters I can open a PR 🙌 But thanks a lot for amazing work 🚀 |
Sure, please feel free to open a PR! We are happy to collaborate with all contributors! |
Hey there, first of all thank you so much for the amazing work!
We are using SDXL with IPAdapters, and in the current released version (0.1.2) is not working, but we noticed that the latest commits in main add support for it.
Would it be possible to create a new release with the latest version of the code? Would very much appreciate, and make our life simpler 🙏
Thank you so much in advance! Keep up the great work!
The text was updated successfully, but these errors were encountered: