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?
The text was updated successfully, but these errors were encountered:
Image prompting via IP Adapters is being integrated into SD3.5 pipelines in #9966, and should also come to StableDiffusion3ControlNetImg2ImgPipeline when merged (PR in progress)
I want to use
ControlNet
withStableDiffusion3
, providing a prompt, an original image, and a control image as inputs. However, I found that theStableDiffusion3ControlNetPipeline
only supports prompts and control images as inputs. TheStableDiffusionControlNetImg2ImgPipeline
allows for providing a prompt, an original image, and a control image simultaneously, but it is not compatible with theStableDiffusion3
model. Is there aStableDiffusion3ControlNetImg2ImgPipeline
available?The text was updated successfully, but these errors were encountered: