Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -144,8 +144,9 @@ def load_and_prepare_model(model_id):
|
|
144 |
#pipe.unet = pipeX.unet
|
145 |
#pipe.scheduler=EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config, beta_schedule="scaled_linear", beta_start=0.00085, beta_end=0.012, steps_offset=1)
|
146 |
#pipe.unet.to(torch.bfloat16)
|
|
|
147 |
pipe.to(device)
|
148 |
-
|
149 |
|
150 |
#pipe.to(torch.device("cuda:0"))
|
151 |
#pipe.vae.to(torch.bfloat16)
|
|
|
144 |
#pipe.unet = pipeX.unet
|
145 |
#pipe.scheduler=EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config, beta_schedule="scaled_linear", beta_start=0.00085, beta_end=0.012, steps_offset=1)
|
146 |
#pipe.unet.to(torch.bfloat16)
|
147 |
+
|
148 |
pipe.to(device)
|
149 |
+
pipe.to(torch.bfloat16)
|
150 |
|
151 |
#pipe.to(torch.device("cuda:0"))
|
152 |
#pipe.vae.to(torch.bfloat16)
|