Spaces:
Runtime error
Runtime error
Commit
·
641ec8a
1
Parent(s):
10f41b7
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from diffusers import StableDiffusionInpaintPipeline
|
|
18 |
pipe = StableDiffusionInpaintPipeline.from_pretrained(
|
19 |
"ShreeKanade07/Real-Image-pipeline", torch_dtype=torch.float16
|
20 |
)
|
21 |
-
pipe = pipe.to("cuda")
|
22 |
|
23 |
|
24 |
|
|
|
18 |
pipe = StableDiffusionInpaintPipeline.from_pretrained(
|
19 |
"ShreeKanade07/Real-Image-pipeline", torch_dtype=torch.float16
|
20 |
)
|
21 |
+
#pipe = pipe.to("cuda")
|
22 |
|
23 |
|
24 |
|