Brian Watson commited on
Commit
b51f9e6
1 Parent(s): 5020bc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -4,11 +4,9 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- {"name": "Stable Diffusion 1.4","url": "CompVis/stable-diffusion-v1-4"},
8
- {"name": "Stable Diffusion 1.5","url": "runwayml/stable-diffusion-v1-5"},
9
- {"name": "Stable Diffusion 2.1","url": "stabilityai/stable-diffusion-2-1"},
10
- {"name": "Stable Diffusion 2.1 Base","url": "stabilityai/stable-diffusion-2-1-base"},
11
- {"name": "Stable Diffusion 2.1 Unclip","url": "stabilityai/stable-diffusion-2-1-unclip"},
12
  ]
13
 
14
  current_model = models[0]
 
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]