Skip to content
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

Does StableDiffusion3 have an image2image pipeline with ControlNet? #10129

Open
ZHJ19970917 opened this issue Dec 5, 2024 · 1 comment · May be fixed by #10363
Open

Does StableDiffusion3 have an image2image pipeline with ControlNet? #10129

ZHJ19970917 opened this issue Dec 5, 2024 · 1 comment · May be fixed by #10363

Comments

@ZHJ19970917
Copy link
Contributor

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?

@guiyrt
Copy link
Contributor

guiyrt commented Dec 8, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants