You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to implement it in my application, but it's very frustrating that I cannot use the combination of "SDXL and ControlNet and img2img" and "SDXL and ControlNet and inpaint" that I most want to use. I can do them individually, but.... I really desire the implementation of pipelines for these two use cases.
Describe the solution you'd like
Implementation of StableDiffusionControlNetImg2ImgPipeline (XL version) and StableDiffusionControlNetInpaintPipeline (XL version), like normal SD models.
Describe alternatives you've considered
Implementing my own inpaint ControlNet that restores images using a composite image of the image and the mask image as a condition.