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