Staticaliza commited on
Commit
3bc00dd
·
verified ·
1 Parent(s): bf41784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -81,16 +81,16 @@ def generate(input=DEFAULT_INPUT, filter_input="", negative_input=DEFAULT_NEGATI
81
  print(input, filter_input, negative_input, model, height, width, steps, guidance, number, seed)
82
 
83
  if model == "Realistic":
84
- steps_set = 30
85
  guidance_set = 7
86
  elif model == "Anime":
87
  steps_set = 16
88
  guidance_set = 7
89
  elif model == "Pixel":
90
- steps_set = 4
91
  guidance_set = 1.5
92
  elif model == "Large":
93
- steps_set = 16
94
  guidance_set = 3
95
  else:
96
  steps_set = 16
 
81
  print(input, filter_input, negative_input, model, height, width, steps, guidance, number, seed)
82
 
83
  if model == "Realistic":
84
+ steps_set = 24
85
  guidance_set = 7
86
  elif model == "Anime":
87
  steps_set = 16
88
  guidance_set = 7
89
  elif model == "Pixel":
90
+ steps_set = 8
91
  guidance_set = 1.5
92
  elif model == "Large":
93
+ steps_set = 24
94
  guidance_set = 3
95
  else:
96
  steps_set = 16