ford442 commited on
Commit
7b84187
·
1 Parent(s): 32d9313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -144,8 +144,9 @@ def load_and_prepare_model(model_id):
144
  #pipe.unet = pipeX.unet
145
  #pipe.scheduler=EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config, beta_schedule="scaled_linear", beta_start=0.00085, beta_end=0.012, steps_offset=1)
146
  #pipe.unet.to(torch.bfloat16)
 
147
  pipe.to(device)
148
- #pipe.to(torch.bfloat16)
149
 
150
  #pipe.to(torch.device("cuda:0"))
151
  #pipe.vae.to(torch.bfloat16)
 
144
  #pipe.unet = pipeX.unet
145
  #pipe.scheduler=EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config, beta_schedule="scaled_linear", beta_start=0.00085, beta_end=0.012, steps_offset=1)
146
  #pipe.unet.to(torch.bfloat16)
147
+
148
  pipe.to(device)
149
+ pipe.to(torch.bfloat16)
150
 
151
  #pipe.to(torch.device("cuda:0"))
152
  #pipe.vae.to(torch.bfloat16)