-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Fix lpw stable diffusion pipeline compatibility #1622
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
Fix lpw stable diffusion pipeline compatibility #1622
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
|
@patrickvonplaten , Can you take a look? |
|
Awesome! |
|
@patrickvonplaten as diffusers become more stable and widely used, we need to make sure all updates are compatible at least with few past versions, to avoid any breaking changes and will avoid lots of issues which are emerging a lot due to incompatible updates. Can we have some checks for this for all merged requests? |
|
Thank you for fixing this so quickly, much appreciated! |
I agree, the current mechanism of how we always fetch the community pipelines from "main" is suboptimal. I'll open a PR to instead use the current version of |
Thought about that too, added a reminder in #1679 |
|
Fixing here: #1680 |
Make it works on diffusers < 0.10.0
Fixes: #1604 , #1616