Staticaliza commited on
Commit
b13cec6
·
verified ·
1 Parent(s): 926f012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -76,10 +76,10 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
76
  print(input, filter_input, negative_input, model, height, width, steps, guidance, number, seed)
77
 
78
  if model == "Realistic":
79
- steps_set = 35
80
  guidance_set = 7
81
  elif model == "Anime":
82
- steps_set = 35
83
  guidance_set = 7
84
  elif model == "Pixel":
85
  steps_set = 15
 
76
  print(input, filter_input, negative_input, model, height, width, steps, guidance, number, seed)
77
 
78
  if model == "Realistic":
79
+ steps_set = 25
80
  guidance_set = 7
81
  elif model == "Anime":
82
+ steps_set = 25
83
  guidance_set = 7
84
  elif model == "Pixel":
85
  steps_set = 15