Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
7 |
"Yntec/Deliberate",
|
8 |
"Yntec/Protogen",
|
9 |
"Yntec/DeliberateRealisticWoop",
|
@@ -535,7 +536,6 @@ models = [
|
|
535 |
"CompVis/stable-diffusion-v1-3", #207
|
536 |
"CompVis/stable-diffusion-v1-2", #208
|
537 |
"CompVis/stable-diffusion-v1-1", #209
|
538 |
-
"Yntec/PotaytoPotahto", #6.9K
|
539 |
]
|
540 |
current_model = models[0]
|
541 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/PotaytoPotahto",
|
8 |
"Yntec/Deliberate",
|
9 |
"Yntec/Protogen",
|
10 |
"Yntec/DeliberateRealisticWoop",
|
|
|
536 |
"CompVis/stable-diffusion-v1-3", #207
|
537 |
"CompVis/stable-diffusion-v1-2", #208
|
538 |
"CompVis/stable-diffusion-v1-1", #209
|
|
|
539 |
]
|
540 |
current_model = models[0]
|
541 |
|