Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,8 @@ models = [
|
|
98 |
"digiplay/realmixUnrealjourney_v1",
|
99 |
"digiplay/SyncMix_v1.5",
|
100 |
"digiplay/V3_by_Hans_Asian",
|
|
|
|
|
101 |
|
102 |
"digiplay/2K", #216
|
103 |
"digiplay/AIGEN_v1.4_diffusers",
|
@@ -201,6 +203,7 @@ models = [
|
|
201 |
"0xJustin/Dungeons-and-Diffusion",
|
202 |
"Guizmus/SDArt_AliceInDiffusionLand",
|
203 |
"stablediffusionapi/realistic-vision-v20-2047",
|
|
|
204 |
|
205 |
"stablediffusionapi/camelliamix25d",
|
206 |
"Guizmus/SDArt_cosmichorrors",
|
@@ -759,8 +762,8 @@ models2=[
|
|
759 |
|
760 |
gr.Interface.load(f"models/{models[351]}",live=True,preprocess=False),
|
761 |
gr.Interface.load(f"models/{models[352]}",live=True,preprocess=False),
|
762 |
-
|
763 |
-
|
764 |
#gr.Interface.load(f"models/{models[355]}",live=True,preprocess=False),
|
765 |
#gr.Interface.load(f"models/{models[356]}",live=True,preprocess=False),
|
766 |
#gr.Interface.load(f"models/{models[357]}",live=True,preprocess=False),
|
|
|
98 |
"digiplay/realmixUnrealjourney_v1",
|
99 |
"digiplay/SyncMix_v1.5",
|
100 |
"digiplay/V3_by_Hans_Asian",
|
101 |
+
"digiplay/whatamix_v1",
|
102 |
+
|
103 |
|
104 |
"digiplay/2K", #216
|
105 |
"digiplay/AIGEN_v1.4_diffusers",
|
|
|
203 |
"0xJustin/Dungeons-and-Diffusion",
|
204 |
"Guizmus/SDArt_AliceInDiffusionLand",
|
205 |
"stablediffusionapi/realistic-vision-v20-2047",
|
206 |
+
"redstonehero/RPG-v5-itr17_A10T",
|
207 |
|
208 |
"stablediffusionapi/camelliamix25d",
|
209 |
"Guizmus/SDArt_cosmichorrors",
|
|
|
762 |
|
763 |
gr.Interface.load(f"models/{models[351]}",live=True,preprocess=False),
|
764 |
gr.Interface.load(f"models/{models[352]}",live=True,preprocess=False),
|
765 |
+
gr.Interface.load(f"models/{models[353]}",live=True,preprocess=False),
|
766 |
+
gr.Interface.load(f"models/{models[354]}",live=True,preprocess=False),
|
767 |
#gr.Interface.load(f"models/{models[355]}",live=True,preprocess=False),
|
768 |
#gr.Interface.load(f"models/{models[356]}",live=True,preprocess=False),
|
769 |
#gr.Interface.load(f"models/{models[357]}",live=True,preprocess=False),
|