-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Closed
Labels
contributions-welcomegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
We recently integrated PAG into diffusers! See the PR here: #7944
Does anyone want to add a StableDiffusionXLControlNetPAGImg2ImgPipeline?
- You should put it under the pag folder
- you can use the implementation of
StableDiffusionXLControlNetPAGPipelineandStableDiffusionXLPAGImg2ImgPipelineas reference - 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 ...)
- tests and docs
Metadata
Metadata
Assignees
Labels
contributions-welcomegood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed