simdi commited on
Commit
1d15ce3
1 Parent(s): 72b3bc2

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -73,7 +73,7 @@ def load_models():
73
 
74
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
75
  pipe.enable_vae_slicing()
76
- pipe.enable_xformers_memory_efficient_attention(attention_op=MemoryEfficientAttentionFlashAttentionOp)
77
  return pipe
78
 
79
 
 
73
 
74
  pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
75
  pipe.enable_vae_slicing()
76
+
77
  return pipe
78
 
79