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

[PAG] add StableDiffusionXLControlNetPAGImg2ImgPipeline #8700

Open
yiyixuxu opened this issue Jun 25, 2024 · 6 comments
Open

[PAG] add StableDiffusionXLControlNetPAGImg2ImgPipeline #8700

yiyixuxu opened this issue Jun 25, 2024 · 6 comments
Assignees
Labels
contributions-welcome good first issue Good for newcomers help wanted Extra attention is needed

Comments

@yiyixuxu
Copy link
Collaborator

We recently integrated PAG into diffusers! See the PR here: #7944

Does anyone want to add a StableDiffusionXLControlNetPAGImg2ImgPipeline?

  1. You should put it under the pag folder
  2. you can use the implementation of StableDiffusionXLControlNetPAGPipeline and StableDiffusionXLPAGImg2ImgPipeline as reference
  3. you need to add AutoPipeline so that you can use this API to create it
       AutoPipelineForImage2Image.from_pretrained(repo_id, controlnet=controlnet, enable_pag=True ...)
  4. tests and docs
@yiyixuxu yiyixuxu added contributions-welcome good first issue Good for newcomers help wanted Extra attention is needed labels Jun 25, 2024
@satani99
Copy link
Contributor

hi @yiyixuxu, i'll contribute it
can you assign me?

@yiyixuxu
Copy link
Collaborator Author

@satani99 yes!

@tuanh123789
Copy link
Contributor

can i work on this

@yiyixuxu
Copy link
Collaborator Author

yiyixuxu commented Jun 26, 2024

@tuanh123789
this one is already taken :)
I opened a new issue here #8710
leave a comment there if you are interested

@asomoza
Copy link
Member

asomoza commented Jul 2, 2024

Hi @satani99, I kind of need StableDiffusionXLControlNetPAGImg2ImgPipeline, are you still working on this? If you're having trouble with it you can just open the PR with what you have and we will help you.

@satani99
Copy link
Contributor

satani99 commented Jul 3, 2024

I'll open a PR today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions-welcome good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants