Spaces:
Runtime error
Runtime error
Brian Watson
commited on
Commit
•
986994b
1
Parent(s):
3aa64f2
Update app.py
Browse files
app.py
CHANGED
@@ -4,11 +4,15 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
{"name": "
|
8 |
-
{"name": "
|
9 |
-
{"name": "
|
10 |
-
{"name": "
|
11 |
-
{"name": "
|
|
|
|
|
|
|
|
|
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]
|