Spaces:
Sleeping
Sleeping
prakhar patidar
commited on
Commit
•
8137821
1
Parent(s):
54c4cef
bug fix
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from diffusers import StableDiffusionPipeline
|
|
7 |
import torch
|
8 |
|
9 |
model_id = "runwayml/stable-diffusion-v1-5"
|
10 |
-
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.
|
11 |
|
12 |
# pipe = pipe.to("cuda")
|
13 |
|
|
|
7 |
import torch
|
8 |
|
9 |
model_id = "runwayml/stable-diffusion-v1-5"
|
10 |
+
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float32)
|
11 |
|
12 |
# pipe = pipe.to("cuda")
|
13 |
|