Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|