-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[IP-Adapter] Fix IP-Adapter Support and Refactor Callback for StableDiffusionPanoramaPipeline
#7262
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
[IP-Adapter] Fix IP-Adapter Support and Refactor Callback for StableDiffusionPanoramaPipeline
#7262
Conversation
…anoramaPipeline`
IP-Adapter] Add properties and IPAdapterTesterMixin tests for StableDiffusionPanoramaPipelineIP-Adapter] Fix IP Adapter Support for Panorama Pipeline
IP-Adapter] Fix IP Adapter Support for Panorama PipelineIP-Adapter] Fix IP-Adapter Support for Panorama Pipeline
yiyixuxu
left a comment
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.
oh thanks!
we also need to dd the callback_on_step_end like how it's done here #7149
|
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. |
|
|
|
The last commit seems to resolve the issue. Now, I am working on adding |
IP-Adapter] Fix IP-Adapter Support for Panorama PipelineIP-Adapter] Fix IP-Adapter Support and Refactor 📞🔙 for Panorama Pipeline
IP-Adapter] Fix IP-Adapter Support and Refactor 📞🔙 for Panorama PipelineIP-Adapter] Fix IP-Adapter Support and Refactor Callback for Panorama Pipeline
IP-Adapter] Fix IP-Adapter Support and Refactor Callback for Panorama PipelineIP-Adapter] Fix IP-Adapter Support and Refactor Callback for StableDiffusionPanoramaPipeline
|
@yiyixuxu Here is ready for a review. |
|
can you make sure the quality tests pass? |
|
Done! |
|
There were 2 errors. One went away when I merged with the main branch and the other seems irrelevant to me in terms of this PR. FAILED tests/pipelines/test_pipelines.py::CustomPipelineTests::test_remote_components
- ImportError: cannot import name 'PositionNet' from 'diffusers.models.embeddings'
(/__w/diffusers/diffusers/src/diffusers/models/embeddings.py) |
|
Thanks for merging! |
…leDiffusionPanoramaPipeline` (huggingface#7262) * Add properties and `IPAdapterTesterMixin` tests for `StableDiffusionPanoramaPipeline` * Update torch manual seed to use `torch.Generator(device=device)` * Refactor 📞🔙 to support `callback_on_step_end` * make fix-copies
Fixes #7064 for
StableDiffusionPanoramaPipeline.It looks like most of the work has already been done.
StableDiffusionPanoramaPipelineclass seems to pass the tests ofIPAdapterTesterMixinin my local setup.Thanks for this opportunity!
@yiyixuxu