Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ from pathlib import Path
|
|
6 |
models = [
|
7 |
"Yntec/CuteYuki2",
|
8 |
"Yntec/DucHaiten-StyleLikeMeVAE",
|
9 |
-
"Yntec/RPG_Remix",
|
10 |
"Yntec/PeachMix3",
|
11 |
"Yntec/Luma",
|
12 |
"Yntec/Noosphere_v3_CVAE",
|
@@ -38,6 +37,7 @@ models = [
|
|
38 |
"digiplay/OLDFish_2348_diffusers",
|
39 |
"DucHaiten/DucHaitenDreamWorld",
|
40 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
|
|
41 |
"digiplay/BadAnime_v1",
|
42 |
"digiplay/Realisian_v1",
|
43 |
"Hius/DreamFul-V2",
|
@@ -54,6 +54,7 @@ models = [
|
|
54 |
"Yntec/KIDSILLUSTRATIONS",
|
55 |
"digiplay/polla_mix_2.5D",
|
56 |
"Yntec/COOLKIDSV2",
|
|
|
57 |
"stablediffusionapi/all-526-animated",
|
58 |
"AstraliteHeart/pony-diffusion",
|
59 |
"stablediffusionapi/chilloutmixsf",
|
@@ -774,6 +775,17 @@ models2=[
|
|
774 |
gr.Interface.load(f"models/{models[357]}",live=True,preprocess=False),
|
775 |
gr.Interface.load(f"models/{models[358]}",live=True,preprocess=False),
|
776 |
gr.Interface.load(f"models/{models[359]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
777 |
]
|
778 |
|
779 |
|
|
|
6 |
models = [
|
7 |
"Yntec/CuteYuki2",
|
8 |
"Yntec/DucHaiten-StyleLikeMeVAE",
|
|
|
9 |
"Yntec/PeachMix3",
|
10 |
"Yntec/Luma",
|
11 |
"Yntec/Noosphere_v3_CVAE",
|
|
|
37 |
"digiplay/OLDFish_2348_diffusers",
|
38 |
"DucHaiten/DucHaitenDreamWorld",
|
39 |
"dreamlike-art/dreamlike-diffusion-1.0",
|
40 |
+
"digiplay/SweetMuse_diffusers",
|
41 |
"digiplay/BadAnime_v1",
|
42 |
"digiplay/Realisian_v1",
|
43 |
"Hius/DreamFul-V2",
|
|
|
54 |
"Yntec/KIDSILLUSTRATIONS",
|
55 |
"digiplay/polla_mix_2.5D",
|
56 |
"Yntec/COOLKIDSV2",
|
57 |
+
"Yntec/RPG_Remix",
|
58 |
"stablediffusionapi/all-526-animated",
|
59 |
"AstraliteHeart/pony-diffusion",
|
60 |
"stablediffusionapi/chilloutmixsf",
|
|
|
775 |
gr.Interface.load(f"models/{models[357]}",live=True,preprocess=False),
|
776 |
gr.Interface.load(f"models/{models[358]}",live=True,preprocess=False),
|
777 |
gr.Interface.load(f"models/{models[359]}",live=True,preprocess=False),
|
778 |
+
|
779 |
+
gr.Interface.load(f"models/{models[360]}",live=True,preprocess=False),
|
780 |
+
# gr.Interface.load(f"models/{models[352]}",live=True,preprocess=False),
|
781 |
+
# gr.Interface.load(f"models/{models[353]}",live=True,preprocess=False),
|
782 |
+
# gr.Interface.load(f"models/{models[354]}",live=True,preprocess=False),
|
783 |
+
# gr.Interface.load(f"models/{models[355]}",live=True,preprocess=False),
|
784 |
+
# gr.Interface.load(f"models/{models[356]}",live=True,preprocess=False),
|
785 |
+
# gr.Interface.load(f"models/{models[357]}",live=True,preprocess=False),
|
786 |
+
# gr.Interface.load(f"models/{models[358]}",live=True,preprocess=False),
|
787 |
+
# gr.Interface.load(f"models/{models[359]}",live=True,preprocess=False),
|
788 |
+
|
789 |
]
|
790 |
|
791 |
|