radames commited on
Commit
c3dd0e2
1 Parent(s): 425b8b6
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ if not IS_SPACES_ZERO:
57
  apply_hidiffusion(pipe)
58
  # pipe.enable_xformers_memory_efficient_attention()
59
  pipe.enable_model_cpu_offload()
 
60
 
61
 
62
  def pad_image(image):
 
57
  apply_hidiffusion(pipe)
58
  # pipe.enable_xformers_memory_efficient_attention()
59
  pipe.enable_model_cpu_offload()
60
+ pipe.enable_vae_tiling()
61
 
62
 
63
  def pad_image(image):