Eyalgut commited on
Commit
810c96b
·
verified ·
1 Parent(s): 04b4d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ pipe.scheduler = EulerAncestralDiscreteScheduler(
65
  steps_offset=1
66
  )
67
  # pipe.enable_freeu(b1=1.1, b2=1.1, s1=0.5, s2=0.7)
68
- pipe.enable_xformers_memory_efficient_attention()
69
  pipe.force_zeros_for_empty_prompt = False
70
  pipe.to('cuda')
71
  low_threshold = 100
 
65
  steps_offset=1
66
  )
67
  # pipe.enable_freeu(b1=1.1, b2=1.1, s1=0.5, s2=0.7)
68
+ # pipe.enable_xformers_memory_efficient_attention()
69
  pipe.force_zeros_for_empty_prompt = False
70
  pipe.to('cuda')
71
  low_threshold = 100