Pranav4datasc commited on
Commit
bc0fe56
1 Parent(s): a8bb51e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
 
6
  pipe = StableDiffusionXLPipeline.from_pretrained(
7
  "segmind/SSD-1B",
8
- torch_dtype = torch.float16,
9
  use_safetensors=True,
10
  # for cuda -- variant = "fp16",
11
  )
 
5
 
6
  pipe = StableDiffusionXLPipeline.from_pretrained(
7
  "segmind/SSD-1B",
8
+ torch_dtype = torch.float32,
9
  use_safetensors=True,
10
  # for cuda -- variant = "fp16",
11
  )