Skip to content

[PAG] add StableDiffusionXLControlNetPAGImg2ImgPipeline #8700

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

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions