How to build the Image-to-image pipeline?
#4
by
philippwulff222
- opened
I would like to try this model for img2img and/or inpainting, but I cannot get it to work with StableDiffusionImg2ImgPipeline
or StableDiffusionInpaintPipeline
.
I saw that you used the img2img capability in the paper. How can I do it?
Thanks :)
Hi
@philippwulff222
You would need to create a new pipeline following the same changes we brought in order to create our pipeline
Best
Estelle