Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,9 +4,10 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
-
"
|
| 8 |
"Linaqruf/animagine-xl",
|
| 9 |
"nerijs/pixel-art-xl",
|
|
|
|
| 10 |
"Yntec/OpenLexica",
|
| 11 |
"Yntec/MapleSyrup",
|
| 12 |
"Yntec/WoopWoopRemix",
|
|
@@ -864,7 +865,7 @@ models2=[
|
|
| 864 |
|
| 865 |
gr.Interface.load(f"models/{models[400]}",live=True,preprocess=False),
|
| 866 |
gr.Interface.load(f"models/{models[401]}",live=True,preprocess=False),
|
| 867 |
-
|
| 868 |
]
|
| 869 |
|
| 870 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/OpenNijiRemix",
|
| 8 |
"Linaqruf/animagine-xl",
|
| 9 |
"nerijs/pixel-art-xl",
|
| 10 |
+
"stabilityai/stable-diffusion-xl-base-1.0",
|
| 11 |
"Yntec/OpenLexica",
|
| 12 |
"Yntec/MapleSyrup",
|
| 13 |
"Yntec/WoopWoopRemix",
|
|
|
|
| 865 |
|
| 866 |
gr.Interface.load(f"models/{models[400]}",live=True,preprocess=False),
|
| 867 |
gr.Interface.load(f"models/{models[401]}",live=True,preprocess=False),
|
| 868 |
+
gr.Interface.load(f"models/{models[402]}",live=True,preprocess=False),
|
| 869 |
]
|
| 870 |
|
| 871 |
|