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