Closed
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
StableDiffusionXLControlNetPAGPipeline
andStableDiffusionXLPAGImg2ImgPipeline
as 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