LPX55 commited on
Commit
b8b73a9
Β·
verified Β·
1 Parent(s): 1b34a92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)