Spaces:
Runtime error
Runtime error
shubhamofbce
commited on
Commit
•
ced0dbb
1
Parent(s):
e69c2ca
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from diffusers import StableDiffusionPipeline
|
|
4 |
|
5 |
pipe = StableDiffusionPipeline.from_pretrained(
|
6 |
"runwayml/stable-diffusion-v1-5",
|
7 |
-
torch_dtype=torch.
|
8 |
use_safetensors=True,
|
9 |
)
|
10 |
|
|
|
4 |
|
5 |
pipe = StableDiffusionPipeline.from_pretrained(
|
6 |
"runwayml/stable-diffusion-v1-5",
|
7 |
+
torch_dtype=torch.float32,
|
8 |
use_safetensors=True,
|
9 |
)
|
10 |
|