-
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
[Community Pipeline] RePaint + Stable Diffusion #1333
Comments
Ooh I actually implemented this today https://github.com/huggingface/diffusers/pull/1341/files! |
Hi @nathanielherman , I am also playing around with RePaint(Implemented under DDIM) and SD. Have you noticed any performance issue with DDIM when doing repaint similar to this #1602 ? |
And a minimum code snippet to reproduce the repaint stuff is here, might need only 1~2 minutes to set up this experiment.
|
Closing because of #3320 |
Intro
Community Pipelines are introduced in
diffusers==0.4.0
with the idea of allowing the community to quickly add, integrate, and share their custom pipelines on top ofdiffusers
.You can find a guide about Community Pipelines here. You can also find all the community examples under
examples/community/
. If you have questions about the Community Pipelines feature, please head to the parent issue.Idea: Combining RePaint with Stable Diffusion
The idea of this pipeline is to improve upon the legacy stable diffusion inpainting pipeline by making use of the RePaint approach
At the moment the
RePaint
pipeline only works for image diffusion, as opposed to latent diffusion (as in Stable Diffision). But making the RePaint scheduler work with latent diffusion would be a great way to improve unsupervised inpainting results!Resources:
The text was updated successfully, but these errors were encountered: