1inkusFace commited on
Commit
f76af3c
·
verified ·
1 Parent(s): ba2840f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ def load_and_prepare_model():
176
  #**** BETTER WAY ****#
177
  pipe.to(device, torch.bfloat16)
178
  #**** BETTER WAY ****#
179
- pipe.vae = vaeX.to(device) #.to(torch.bfloat16)
180
  pipe.vae.set_default_attn_processor()
181
  #pipe.to(device)
182
  #pipe.to(torch.bfloat16)
 
176
  #**** BETTER WAY ****#
177
  pipe.to(device, torch.bfloat16)
178
  #**** BETTER WAY ****#
179
+ pipe.vae = vaeXL.to(device) #.to(torch.bfloat16)
180
  pipe.vae.set_default_attn_processor()
181
  #pipe.to(device)
182
  #pipe.to(torch.bfloat16)