Skip to content

[PAG] add StableDiffusionXLControlNetPAGImg2ImgPipeline #8700

Closed
@yiyixuxu

Description

@yiyixuxu

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions