-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Fix potential type mismatch errors in SDXL pipelines #4796
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
sayakpaul
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.
@patrickvonplaten WDYT?
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
|
I still can't reproduce the bug sadly - could you add a reproduceable here @hyk1996 🙏 |
@patrickvonplaten |
|
Interesting! I can reproduce the problem |
|
Looking into it |
|
Hey @hyk1996, I now understand what was meant - thanks a lot for bearing with us here! I changed a couple of things in the PR to make sure everything now stays consistent between calls:
Are the changes as applied to your PR ok for you? Also cc @sayakpaul for a final review maybe? Thanks a bunch for fiinding this very important bug @hyk1996 |
|
@patrickvonplaten |
* Fix potential type conversion errors in SDXL pipelines * make sure vae stays in fp16 --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
* Fix potential type conversion errors in SDXL pipelines * make sure vae stays in fp16 --------- Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
What does this PR do?
Fixes #4752 potential type mismatch errors in SDXL pipelines.
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