Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,6 +50,7 @@ models = [
|
|
50 |
"stablediffusionapi/dreamshaper-v6", #239
|
51 |
"stablediffusionapi/the-ally",
|
52 |
"coreco/seek.art_MEGA",
|
|
|
53 |
"digiplay/RealCartoon3D_F16full_v3.1", #254
|
54 |
|
55 |
"digiplay/2K", #216
|
@@ -57,6 +58,7 @@ models = [
|
|
57 |
"digiplay/BeautyFool_v1.2VAE_pruned",
|
58 |
"digiplay/CCTV2.5d_v1", #219
|
59 |
"digiplay/ChikMix_V3", #253
|
|
|
60 |
"digiplay/CityEdge_StyleMix_v1.44",
|
61 |
"digiplay/cocotifacute_v1", #218
|
62 |
"digiplay/DreamShaper_7", #259
|
@@ -70,7 +72,6 @@ models = [
|
|
70 |
"digiplay/SoapMix2.5D_v1",
|
71 |
"digiplay/ZemiHR_v2_diffusers",
|
72 |
|
73 |
-
"stablediffusionapi/chilledremixsazyou-r", #195
|
74 |
"stablediffusionapi/dalcefopainting2", #199
|
75 |
"Redamancy2299/dreambooth",
|
76 |
"Lykon/DreamShaper", #240
|
@@ -609,7 +610,7 @@ models2=[
|
|
609 |
gr.Interface.load(f"models/{models[280]}",live=True,preprocess=False),
|
610 |
gr.Interface.load(f"models/{models[281]}",live=True,preprocess=False),
|
611 |
gr.Interface.load(f"models/{models[282]}",live=True,preprocess=False),
|
612 |
-
|
613 |
#gr.Interface.load(f"models/{models[284]}",live=True,preprocess=False),
|
614 |
#gr.Interface.load(f"models/{models[285]}",live=True,preprocess=False),
|
615 |
#gr.Interface.load(f"models/{models[286]}",live=True,preprocess=False),
|
|
|
50 |
"stablediffusionapi/dreamshaper-v6", #239
|
51 |
"stablediffusionapi/the-ally",
|
52 |
"coreco/seek.art_MEGA",
|
53 |
+
"digiplay/Pika_v2",
|
54 |
"digiplay/RealCartoon3D_F16full_v3.1", #254
|
55 |
|
56 |
"digiplay/2K", #216
|
|
|
58 |
"digiplay/BeautyFool_v1.2VAE_pruned",
|
59 |
"digiplay/CCTV2.5d_v1", #219
|
60 |
"digiplay/ChikMix_V3", #253
|
61 |
+
"stablediffusionapi/chilledremixsazyou-r", #195
|
62 |
"digiplay/CityEdge_StyleMix_v1.44",
|
63 |
"digiplay/cocotifacute_v1", #218
|
64 |
"digiplay/DreamShaper_7", #259
|
|
|
72 |
"digiplay/SoapMix2.5D_v1",
|
73 |
"digiplay/ZemiHR_v2_diffusers",
|
74 |
|
|
|
75 |
"stablediffusionapi/dalcefopainting2", #199
|
76 |
"Redamancy2299/dreambooth",
|
77 |
"Lykon/DreamShaper", #240
|
|
|
610 |
gr.Interface.load(f"models/{models[280]}",live=True,preprocess=False),
|
611 |
gr.Interface.load(f"models/{models[281]}",live=True,preprocess=False),
|
612 |
gr.Interface.load(f"models/{models[282]}",live=True,preprocess=False),
|
613 |
+
gr.Interface.load(f"models/{models[283]}",live=True,preprocess=False),
|
614 |
#gr.Interface.load(f"models/{models[284]}",live=True,preprocess=False),
|
615 |
#gr.Interface.load(f"models/{models[285]}",live=True,preprocess=False),
|
616 |
#gr.Interface.load(f"models/{models[286]}",live=True,preprocess=False),
|