Typo in Model card

#3
by Pobmarku - opened

Thanks for your work!

The example in the model card has a small typo when loading the model from the hub, following works

pipe = AutoPipelineForInpainting.from_pretrained("diffusers/stable-diffusion-xl-1.0-inpainting-0.1", torch_dtype=torch.float16, variant="fp16").to("cuda")

instead of

pipe = AutoPipelineForInpainting.from_pretrained("invokeai-diffusers/stable-diffusion-xl-1.0-inpaint", torch_dtype=torch.float16, variant="fp16").to("cuda")
🧨Diffusers org

Do you mind opening a PR for this?

Pobmarku changed discussion status to closed

Sign up or log in to comment