tsqn commited on
Commit
fdb8dd0
·
verified ·
1 Parent(s): 946eb8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -97,7 +97,6 @@ pipe.text_encoder_2 = pipe.text_encoder_2.to(device=device, dtype=torch_dtype)
97
  pipe.text_encoder_2.eval()
98
 
99
  pipe.vae = pipe.vae.to(device=device, dtype=torch_dtype)
100
- pipe.vae.decode.to(memory_format=torch.channels_last)
101
  pipe.vae.eval()
102
 
103
  pipe.load_photomaker_adapter(
 
97
  pipe.text_encoder_2.eval()
98
 
99
  pipe.vae = pipe.vae.to(device=device, dtype=torch_dtype)
 
100
  pipe.vae.eval()
101
 
102
  pipe.load_photomaker_adapter(