bean980310 commited on
Commit
50450c3
·
verified ·
1 Parent(s): b244919

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ You can use this with the [🧨Diffusers library](https://github.com/huggingface
48
  from diffusers import StableDiffusionInpaintPipeline
49
 
50
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
51
- "benjamin-paine/stable-diffusion-v1-5-inpainting",
52
  variant="fp16",
53
  torch_dtype=torch.float16,
54
  )
 
48
  from diffusers import StableDiffusionInpaintPipeline
49
 
50
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
51
+ "rumwayml/stable-diffusion-inpainting",
52
  variant="fp16",
53
  torch_dtype=torch.float16,
54
  )