patrickvonplaten
commited on
Commit
·
36e9b6f
1
Parent(s):
ce94f6f
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,6 @@ pip install --upgrade git+https://github.com/huggingface/diffusers.git transform
|
|
46 |
from diffusers import StableDiffusionInpaintPipeline
|
47 |
pipe = StableDiffusionInpaintPipeline.from_pretrained(
|
48 |
"stabilityai/stable-diffusion-2-inpainting",
|
49 |
-
revision="fp16",
|
50 |
torch_dtype=torch.float16,
|
51 |
)
|
52 |
prompt = "Face of a yellow cat, high resolution, sitting on a park bench"
|
|
|
46 |
from diffusers import StableDiffusionInpaintPipeline
|
47 |
pipe = StableDiffusionInpaintPipeline.from_pretrained(
|
48 |
"stabilityai/stable-diffusion-2-inpainting",
|
|
|
49 |
torch_dtype=torch.float16,
|
50 |
)
|
51 |
prompt = "Face of a yellow cat, high resolution, sitting on a park bench"
|