Staticaliza commited on
Commit
e1aff87
·
verified ·
1 Parent(s): 407b31c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
89
  steps_set = 15
90
  guidance_set = 1.5
91
  else:
92
- steps_set = 20
93
  guidance_set = 6
94
 
95
  if not steps or steps < 0:
 
89
  steps_set = 15
90
  guidance_set = 1.5
91
  else:
92
+ steps_set = 25
93
  guidance_set = 6
94
 
95
  if not steps or steps < 0: