Update README.md
Browse files
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 |
-
"
|
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 |
)
|