YijunYang280 commited on
Commit
60e1115
·
verified ·
1 Parent(s): c6e2068

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ You can use this both with the [🧨Diffusers library](https://github.com/huggin
38
  from diffusers import StableDiffusionInpaintPipeline
39
 
40
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
41
- "runwayml/stable-diffusion-inpainting",
42
  revision="fp16",
43
  torch_dtype=torch.float16,
44
  )
 
38
  from diffusers import StableDiffusionInpaintPipeline
39
 
40
  pipe = StableDiffusionInpaintPipeline.from_pretrained(
41
+ "YijunYang280/Stable_Diffusion_inpainting_checkpoint",
42
  revision="fp16",
43
  torch_dtype=torch.float16,
44
  )