Staticaliza commited on
Commit
c412e25
·
verified ·
1 Parent(s): 80bd51f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -100,6 +100,9 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
100
  elif model == "Pro":
101
  steps_set = 8
102
  guidance_set = 3.5
 
 
 
103
  else:
104
  steps_set = 25
105
  guidance_set = 7
 
100
  elif model == "Pro":
101
  steps_set = 8
102
  guidance_set = 3.5
103
+ elif model == "Classic":
104
+ steps_set = 20
105
+ guidance_set = 10
106
  else:
107
  steps_set = 25
108
  guidance_set = 7