Staticaliza commited on
Commit
7bacb85
·
verified ·
1 Parent(s): 8718681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,8 +103,8 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
103
  steps_set = 15
104
  guidance_set = 1.5
105
  elif model == "Large":
106
- steps_set = 8
107
- guidance_set = 1
108
  else:
109
  steps_set = 25
110
  guidance_set = 7
 
103
  steps_set = 15
104
  guidance_set = 1.5
105
  elif model == "Large":
106
+ steps_set = 15
107
+ guidance_set = 1.5
108
  else:
109
  steps_set = 25
110
  guidance_set = 7