Skip to content

Add PAG support to SD1.5 #8710

Description

@yiyixuxu

We recently integrated PAG into diffusers! See this PR [here] (#7944) we added PAG to SDXL

we also want to add PAG support to SD1.5 pipelines! we will need:

  1. You should put it under the pag folder
  2. you can use the implementation of SDXL PAG pipelines as a reference (see this PRhttps://github.com/add PAG support  #7944 and you can find all the sdxl pag pipelines here https://github.com/huggingface/diffusers/tree/main/src/diffusers/pipelines/pag)
  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

If you are interested in working on this, Let me know which pipeline(s) you want to work on:)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions