[PAG] add `StableDiffusionXLControlNetPAGImg2ImgPipeline`
We recently integrated PAG into diffusers! See the PR here: https://github.com/huggingface/diffusers/pull/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
hi @yiyixuxu, i'll contribute it can you assign me?
@satani99 yes!
can i work on this
@tuanh123789 this one is already taken :) I opened a new issue here https://github.com/huggingface/diffusers/issues/8710 leave a comment there if you are interested
Hi @satani99, I kind of need StableDiffusionXLControlNetPAGImg2ImgPipeline, are you still working on this? If you're having trouble with it you can just open the PR with what you have and we will help you.
I'll open a PR today.