Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
"stablediffusionapi/all-526",
|
8 |
"DucHaiten/DH_ClassicAnime",
|
9 |
"DucHaiten/DucHaitenAnime",
|
10 |
"DucHaiten/DucHaitenAIart",
|
@@ -15,6 +15,7 @@ models = [
|
|
15 |
"theintuitiveye/HARDblend",
|
16 |
"Hius/DreamFul-V2",
|
17 |
"coreco/seek.art_MEGA",
|
|
|
18 |
"stablediffusionapi/cyberrealistic",
|
19 |
"SG161222/Realistic_Vision_V1.4",
|
20 |
"claudfuen/photorealistic-fuen-v1",
|
@@ -280,6 +281,7 @@ models2=[
|
|
280 |
gr.Interface.load(f"models/{models[124]}",live=True,preprocess=False),
|
281 |
gr.Interface.load(f"models/{models[125]}",live=True,preprocess=False),
|
282 |
gr.Interface.load(f"models/{models[126]}",live=True,preprocess=False),
|
|
|
283 |
|
284 |
]
|
285 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"stablediffusionapi/all-526-animated",
|
8 |
"DucHaiten/DH_ClassicAnime",
|
9 |
"DucHaiten/DucHaitenAnime",
|
10 |
"DucHaiten/DucHaitenAIart",
|
|
|
15 |
"theintuitiveye/HARDblend",
|
16 |
"Hius/DreamFul-V2",
|
17 |
"coreco/seek.art_MEGA",
|
18 |
+
"stablediffusionapi/all-526",
|
19 |
"stablediffusionapi/cyberrealistic",
|
20 |
"SG161222/Realistic_Vision_V1.4",
|
21 |
"claudfuen/photorealistic-fuen-v1",
|
|
|
281 |
gr.Interface.load(f"models/{models[124]}",live=True,preprocess=False),
|
282 |
gr.Interface.load(f"models/{models[125]}",live=True,preprocess=False),
|
283 |
gr.Interface.load(f"models/{models[126]}",live=True,preprocess=False),
|
284 |
+
gr.Interface.load(f"models/{models[127]}",live=True,preprocess=False),
|
285 |
|
286 |
]
|
287 |
|