-
Notifications
You must be signed in to change notification settings - Fork 6k
community stablediffusion controlnet img2img pipeline #2584
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 stablediffusion controlnet img2img pipeline #2584
Conversation
Usage example:
|
Related to #2562 |
The documentation is not available anymore as the PR was closed or merged. |
32009fe
to
61e9f47
Compare
An example to play with :) |
@williamberman could you take a look here? |
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.
love it :)
@mikegarts @williamberman
I don't see this when I load other non-controlnet models, such as |
@pd-brian-mccrindle
See https://colab.research.google.com/drive/1CfJO2rNKDPMJeLrTXVi7e03-QE0VruwE?usp=sharing for example. |
Co-authored-by: mishka <gartsocial@gmail.com>
Co-authored-by: mishka <gartsocial@gmail.com>
I have only seen diffusers.StableDiffusionControlNetImg2ImgPipeline.from_pretrained everywhere, does it have a from_ckpt method like diffusers.StableDiffusionControlNetImg2ImgPipeline.from_ckpt , i tried but it said that it does not have a from_ckpt method, does this mean that i cannot load my own model? |
I think we need to add the |
Related: #3907 |
Co-authored-by: mishka <gartsocial@gmail.com>
Community pipeline for StableDiffusionControlNetImg2img
Very similar to #2561
@williamberman Tagging you since you did #2561 and I would appreciate your feedback.