Yntec commited on
Commit
3f5ddb0
1 Parent(s): 75bfcdb

Update app.py

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