-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Update lpw_xl pipeline to latest diffusers #6411
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
Conversation
|
I'll share some example results soon. @T145 I think freeu and qkv fused should work now. Could you test it on your end as well? Thanks |
|
@sayakpaul A few pipelines like animatediff, pixart-alpha, etc. do not support some of the latest parameters like |
|
Changes to those core pipelines should be done in separate PRs. |
|
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. |
Ah got it. Here's a notebook testing some of the newer additions in this PR: Colab. Everything seems to be working as expected |
|
Can you not just extend |
|
Hi @T145, please refer to the diffusers philosophy guide. Any pipelines as such are not meant to be derived from, and all pipelines should derive from DiffusionPipeline and implement repeated methods using the |
|
So when are we merging this bad boy? |
|
While this is still open: |
|
|
Thanks! |
* add clip_skip, freeu, qkv * fix * add ip-adapter support * callback on step end * update * fix NoneType bug * fix * add guidance scale embedding * add textual inversion
What does this PR do?
Adds some of the latest diffusers changes to lpw_xl. It is probably one of the most used pipelines and keeping it up-to-date with many new diffusers features would be great.
Fixes #6406.
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.
@sayakpaul @patrickvonplaten @xhinker