Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ models = [
|
|
18 |
"DucHaiten/DucHaitenAIart",
|
19 |
"digiplay/Noosphere_v3",
|
20 |
"digiplay/insaneRealistic_v1",
|
|
|
21 |
"Hius/DreamFul-V2",
|
22 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
23 |
"digiplay/Realisian_v1",
|
@@ -667,6 +668,17 @@ models2=[
|
|
667 |
gr.Interface.load(f"models/{models[307]}",live=True,preprocess=False),
|
668 |
gr.Interface.load(f"models/{models[308]}",live=True,preprocess=False),
|
669 |
gr.Interface.load(f"models/{models[309]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
670 |
]
|
671 |
|
672 |
|
|
|
18 |
"DucHaiten/DucHaitenAIart",
|
19 |
"digiplay/Noosphere_v3",
|
20 |
"digiplay/insaneRealistic_v1",
|
21 |
+
"Yntec/ElldrethsRetroMix_Diffusers",
|
22 |
"Hius/DreamFul-V2",
|
23 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
24 |
"digiplay/Realisian_v1",
|
|
|
668 |
gr.Interface.load(f"models/{models[307]}",live=True,preprocess=False),
|
669 |
gr.Interface.load(f"models/{models[308]}",live=True,preprocess=False),
|
670 |
gr.Interface.load(f"models/{models[309]}",live=True,preprocess=False),
|
671 |
+
|
672 |
+
gr.Interface.load(f"models/{models[310]}",live=True,preprocess=False),
|
673 |
+
#gr.Interface.load(f"models/{models[311]}",live=True,preprocess=False),
|
674 |
+
#gr.Interface.load(f"models/{models[312]}",live=True,preprocess=False),1
|
675 |
+
#gr.Interface.load(f"models/{models[313]}",live=True,preprocess=False),
|
676 |
+
#gr.Interface.load(f"models/{models[314]}",live=True,preprocess=False),
|
677 |
+
#gr.Interface.load(f"models/{models[315]}",live=True,preprocess=False),
|
678 |
+
#gr.Interface.load(f"models/{models[316]}",live=True,preprocess=False),
|
679 |
+
#gr.Interface.load(f"models/{models[317]}",live=True,preprocess=False),
|
680 |
+
#gr.Interface.load(f"models/{models[318]}",live=True,preprocess=False),
|
681 |
+
#gr.Interface.load(f"models/{models[319]}",live=True,preprocess=False),
|
682 |
]
|
683 |
|
684 |
|