anir2d2 commited on
Commit
c236c40
·
verified ·
1 Parent(s): 66b4522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ import torch
4
 
5
  pipe = StableDiffusionPipeline.from_pretrained(
6
  "runwayml/stable-diffusion-v1-5",
7
- torch_dtype=torch.float16
8
  ).to("cpu")
9
 
10
  def generate(prompt):
 
4
 
5
  pipe = StableDiffusionPipeline.from_pretrained(
6
  "runwayml/stable-diffusion-v1-5",
 
7
  ).to("cpu")
8
 
9
  def generate(prompt):