-
Notifications
You must be signed in to change notification settings - Fork 112
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
sd3 pipeline support #916
sd3 pipeline support #916
Conversation
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. |
a19a436
to
b543d94
Compare
The changes to be made in this PR after the refactorization are very simple and mostly will make it more readable:
I also suggest you take a look at the original refactorization work in huggingface/optimum#2021, I explain there issues with the previous approach and why the refactorization is not only that but also fixing many issues with the previous design (reproducibility of results & numeric consistency with diffusers), which weren't tested before or simply ignored for some architectures/tasks. |
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.
LGTM, can you run styling and add tests please.
|
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.
will be merged once tests are updated and passed
7916966
to
be4624d
Compare
@IlyasMoutawwakil now all relevant tests are fixed, please take a look one more time |
Co-authored-by: Ilyas Moutawwakil <[email protected]>
Co-authored-by: Ilyas Moutawwakil <[email protected]>
Co-authored-by: Ilyas Moutawwakil <[email protected]>
reference for text_encoder_3 inference test skipping : #965 |
What does this PR do?
Fixes # (issue)
Before submitting