Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ pipe.controlnet.to(torch.bfloat16)
|
|
| 69 |
# pipe.unload_lora_weights()
|
| 70 |
|
| 71 |
pipe.to("cuda")
|
| 72 |
-
pipe.enable_vae_tiling()
|
| 73 |
|
| 74 |
# pipe.enable_model_cpu_offload()
|
| 75 |
print(pipe.hf_device_map)
|
|
|
|
| 69 |
# pipe.unload_lora_weights()
|
| 70 |
|
| 71 |
pipe.to("cuda")
|
| 72 |
+
# pipe.enable_vae_tiling()
|
| 73 |
|
| 74 |
# pipe.enable_model_cpu_offload()
|
| 75 |
print(pipe.hf_device_map)
|