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
I want to use ControlNet with StableDiffusion3, providing a prompt, an original image, and a control image as inputs. However, I found that the StableDiffusion3ControlNetPipeline only supports prompts and control images as inputs. The StableDiffusionControlNetImg2ImgPipeline allows for providing a prompt, an original image, and a control image simultaneously, but it is not compatible with the StableDiffusion3 model. Is there a StableDiffusion3ControlNetImg2ImgPipeline available?