prakhar patidar commited on
Commit
8137821
1 Parent(s): 54c4cef
Files changed (1) hide show
  1. app.py +1 -1
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.float16)
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