ford442 commited on
Commit
d4ad583
·
verified ·
1 Parent(s): ce17958

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ def load_and_prepare_model():
141
  # scheduler = sched,
142
  )
143
  pipe.vae = vaeXL #.to(torch.bfloat16)
144
- pipe.scheduler = sched,
145
  #pipe.vae.do_resize=False
146
  #pipe.vae.vae_scale_factor=8
147
  # pipe.to(device=device, dtype=torch.bfloat16)
 
141
  # scheduler = sched,
142
  )
143
  pipe.vae = vaeXL #.to(torch.bfloat16)
144
+ pipe.scheduler = sched
145
  #pipe.vae.do_resize=False
146
  #pipe.vae.vae_scale_factor=8
147
  # pipe.to(device=device, dtype=torch.bfloat16)