Brian Watson commited on
Commit
986994b
1 Parent(s): 3aa64f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -5
app.py CHANGED
@@ -4,11 +4,15 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- {"name": "All 526", "url": "stablediffusionapi/all-526"},
8
- {"name": "All 526 animated", "url": "stablediffusionapi/all-526-animated"},
9
- {"name": "Circulus Semi Real 2", "url": "circulus/sd-photoreal-semi-v2"},
10
- {"name": "Semi Real Mix", "url": "robotjung/SemiRealMix"},
11
- {"name": "SpyBG", "url": "stablediffusionapi/spybg"},
 
 
 
 
12
  ]
13
 
14
  current_model = models[0]
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ {"name": "Protogen X 5.8", "url": "darkstorm2150/Protogen_x5.8_Official_Release"},
8
+ {"name": "Protogen 2.2", "url": "darkstorm2150/Protogen_v2.2_Official_Release"},
9
+ {"name": "Protogen X 3.4", "url": "darkstorm2150/Protogen_x3.4_Official_Release"},
10
+ {"name": "Seek Art Mega", "url": "coreco/seek.art_MEGA"},
11
+ {"name": "Stable Diffusion 1.4","url": "CompVis/stable-diffusion-v1-4"},
12
+ {"name": "Stable Diffusion 1.5","url": "runwayml/stable-diffusion-v1-5"},
13
+ {"name": "Stable Diffusion 2.1","url": "stabilityai/stable-diffusion-2-1"},
14
+ {"name": "Stable Diffusion 2.1 Base","url": "stabilityai/stable-diffusion-2-1-base"},
15
+ {"name": "Stable Diffusion 2.1 Unclip","url": "stabilityai/stable-diffusion-2-1-unclip"},
16
  ]
17
 
18
  current_model = models[0]