Uh oh!
There was an error while loading. Please reload this page.
[IP-Adapter] Fix IP-Adapter Support and Refactor Callback for StableDiffusionPanoramaPipeline - #7262
Conversation
IP-Adapter] Add properties and IPAdapterTesterMixin tests for StableDiffusionPanoramaPipelineIP-Adapter] Fix IP Adapter Support for Panorama PipelineIP-Adapter] Fix IP Adapter Support for Panorama PipelineIP-Adapter] Fix IP-Adapter Support for Panorama PipelineHuggingFaceDocBuilderDev
commented
Mar 11, 2024
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 PipelineIP-Adapter] Fix IP-Adapter Support and Refactor 📞🔙 for Panorama PipelineIP-Adapter] Fix IP-Adapter Support and Refactor Callback for Panorama PipelineIP-Adapter] Fix IP-Adapter Support and Refactor Callback for Panorama PipelineIP-Adapter] Fix IP-Adapter Support and Refactor Callback for StableDiffusionPanoramaPipelinetolgacangoz
commented
Mar 19, 2024
@yiyixuxu Here is ready for a review. |
yiyixuxu
commented
Mar 19, 2024
can you make sure the quality tests pass? |
tolgacangoz
commented
Mar 21, 2024
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) |
tolgacangoz
commented
Mar 25, 2024
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