Yntec commited on
Commit
759f748
1 Parent(s): bb85f13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,10 +4,10 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Lykon/dreamshaper-xl-1-0",
8
  "nerijs/pixel-art-xl",
9
  "Linaqruf/animagine-xl",
10
- "stabilityai/stable-diffusion-xl-base-1.0",
11
  ]
12
  current_model = models[0]
13
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "stabilityai/stable-diffusion-xl-base-1.0",
8
  "Lykon/dreamshaper-xl-1-0",
9
  "nerijs/pixel-art-xl",
10
  "Linaqruf/animagine-xl",
 
11
  ]
12
  current_model = models[0]
13