Brian Watson commited on
Commit
4c6bfac
1 Parent(s): d78d443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -4,9 +4,11 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- {"name": "Dreamlike Anime", "url": "dreamlike-art/dreamlike-anime-1.0"},
8
- {"name": "Dreamlike Diffusion", "url": "dreamlike-art/dreamlike-diffusion-1.0"},
9
- {"name": "Dreamlike Photoreal", "url": "dreamlike-art/dreamlike-photoreal-2.0"},
 
 
10
  ]
11
 
12
  current_model = models[0]
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ {"name": "Claudfuen 1", "url": "claudfuen/photorealistic-fuen-v1"},
8
+ {"name": "Deliberate", "url": "Masagin/Deliberate"},
9
+ {"name": "Seek Art Mega", "url": "coreco/seek.art_MEGA"},
10
+ {"name": "Realistic Vision 1.4", "url": "SG161222/Realistic_Vision_V1.4"},
11
+ {"name": "Dreamshaper", "url": "Lykon/DreamShaper"},
12
  ]
13
 
14
  current_model = models[0]