shubhamofbce commited on
Commit
ced0dbb
1 Parent(s): e69c2ca

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.float16,
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