Spaces:
Runtime error
Runtime error
Brian Watson commited on
Commit ·
17a33fe
1
Parent(s): 62108fe
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,11 +4,11 @@ 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": "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]
|