Darshil Jariwala
Darshil Jariwala
Hi, I'd like to work on StableDiffusionPAGInpaintPipeline if it's still open
Hi @yiyixuxu , @a-r-r-o-w. I have opened a PR for SD Inpainting PAG Pipeline, can you review and help me to test this pipeline?
Hi @yiyixuxu @a-r-r-o-w, following up in case you missed this, let me know if there is anything I can do to speed up this process
``` from diffusers import AutoPipelineForInpainting from diffusers.utils import load_image import torch device = "cuda" # Load the image-to-image pipeline with pre-trained weights pipe = AutoPipelineForInpainting.from_pretrained("runwayml/stable-diffusion-inpainting", enable_pag=True, torch_dype = torch.float16) pipe.to(device)...
> I think CI still not passing > can you run `make style`? I've ran it and made the change, hopefully it passes now
> I'm still seeing an import error https://github.com/huggingface/diffusers/actions/runs/11266431877/job/31368980510?pr=9386#step:5:250 Not sure why there is an import error, I'm able to test the script through Colab Here's the notebook: https://colab.research.google.com/drive/1wgqDCNDlX6Fb47BMQN7GzWKtvhpounXD?usp=sharing