Uh oh!
There was an error while loading. Please reload this page.
Update lpw_xl pipeline to latest diffusers - #6411
Conversation
a-r-r-o-w
commented
Dec 31, 2023
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 |
a-r-r-o-w
commented
Dec 31, 2023
@sayakpaul A few pipelines like animatediff, pixart-alpha, etc. do not support some of the latest parameters like |
sayakpaul
commented
Dec 31, 2023
Changes to those core pipelines should be done in separate PRs. |
HuggingFaceDocBuilderDev
commented
Dec 31, 2023
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. |
a-r-r-o-w
commented
Dec 31, 2023
Ah got it. Here's a notebook testing some of the newer additions in this PR: Colab. Everything seems to be working as expected |
T145
commented
Dec 31, 2023
Can you not just extend |
a-r-r-o-w
commented
Dec 31, 2023
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 |
T145
commented
Jan 1, 2024
So when are we merging this bad boy? |
T145
commented
Jan 1, 2024
While this is still open: |
T145
commented
Jan 1, 2024
|
patrickvonplaten
commented
Jan 2, 2024
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