-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add VisualCloze #11377
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
base: main
Are you sure you want to change the base?
Add VisualCloze #11377
Conversation
@lzyhha thanks for your contribution. Could you please add some code snippets and results to the thread? |
Cc: @asomoza as well for testing if possible. |
Hello, here are some test codes and their results: Model Card. |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Hi, really nice and thank you for your work. Currently diffusers doesn't have |
Okay, I will make the necessary modifications. Additionally, I noticed that the call method is not functioning properly in the documentation. Could you please help check the cause? |
Co-authored-by: Álvaro Somoza <[email protected]>
Hello, we have removed einops from the code while ensuring the correctness of the results. @asomoza |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this. I just added few minor comments.
I am unsure about self.denoise()
. On one hand I see its value but since it deviates from our usual pipeline implementations, I will defer the decision to the other reviewers.
Hello, we have made changes to the code based on your suggestions. @sayakpaul |
What does this PR do?
Add VisualCloze: A Universal Image Generation Framework via Visual In-Context Learning, an in-context learning based universal image generation framework, along with corresponding tests and documentation.
Here are some test codes and their results: Model Card.
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.