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