nalin0503 commited on
Commit
950a1b4
·
1 Parent(s): a3f83c0

change preset default - fastest inference

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -280,7 +280,7 @@ def main():
280
  preset_film = False
281
  preset_lcm = False
282
  elif preset_option.startswith("Low quality"):
283
- preset_model = "Base Stable Diffusion V1-5"
284
  preset_film = False
285
  preset_lcm = True
286
  elif preset_option.startswith("Creative morph"):
 
280
  preset_film = False
281
  preset_lcm = False
282
  elif preset_option.startswith("Low quality"):
283
+ preset_model = "Base Stable Diffusion V2-1"
284
  preset_film = False
285
  preset_lcm = True
286
  elif preset_option.startswith("Creative morph"):