-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Refactor
] StableDiffusionReferencePipeline
inheriting from DiffusionPipeline
#7071
[Refactor
] StableDiffusionReferencePipeline
inheriting from DiffusionPipeline
#7071
Conversation
Refactor
] StableDiffusionReferencePipeline
to inherit from DiffusionPipeline
Refactor
] StableDiffusionReferencePipeline
inheriting from DiffusionPipeline
@okotaku |
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.
thank you!
looks very nice to me! thanks for adding these doc string too
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. |
@StandardAI Good job👍 |
Thanks for reviewing and merging! |
Hi @StandardAI, did you tried running the code example on colab notebooks or local machine? |
Hi @Bhavay-2001. I used Colab with |
Hi @StandardAI, could you please share your notebook here. |
|
Hi @StandardAI, could you please review my notebook here. I am running it on colab only but it seems to run out of memory every time. Could you please suggest what am I missing? |
As a first look, did you choose T4 GPU in the Runtime tab? |
Yes I did. The current state of the notebook is when I tried with CPU power because I was crossed my computing limit on colab |
Hmm, OK then. I will examine it in detail within a few days. |
Fixes #6984.
This pull request refactors the
StableDiffusionReferencePipeline
class to inherit from theDiffusionPipeline
class rather than theStableDiffusionPipeline
class.Again, thank you for this opportunity. I tried with the code example, and it seems to work. I would be glad to have your advice/feedback.
@yiyixuxu