Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -54,6 +54,7 @@ models = [
|
|
| 54 |
"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
| 55 |
"digiplay/CCTV2.5d_v1", #219
|
| 56 |
"digiplay/ChikMix_V3", #253
|
|
|
|
| 57 |
"digiplay/cocotifacute_v1", #218
|
| 58 |
"digiplay/DreamShaper_7", #259
|
| 59 |
"digiplay/elegantEntropy_v1.1", #221
|
|
@@ -184,8 +185,8 @@ models = [
|
|
| 184 |
"AIARTCHAN/7pa",
|
| 185 |
"JosephusCheung/ACertainModel",
|
| 186 |
"JosephusCheung/ACertainThing",
|
| 187 |
-
"JosephusCheung/ACertainty",
|
| 188 |
"AIARTCHAN/AbyssHellHero",
|
|
|
|
| 189 |
"AIARTCHAN/AbyssHellVer3",
|
| 190 |
"AIARTCHAN/AbyssMapleVer3",
|
| 191 |
"stablediffusionapi/abyssorangemixsfw",
|
|
@@ -588,7 +589,7 @@ models2=[
|
|
| 588 |
gr.Interface.load(f"models/{models[271]}",live=True,preprocess=False),
|
| 589 |
gr.Interface.load(f"models/{models[272]}",live=True,preprocess=False),
|
| 590 |
gr.Interface.load(f"models/{models[273]}",live=True,preprocess=False),
|
| 591 |
-
|
| 592 |
#gr.Interface.load(f"models/{models[275]}",live=True,preprocess=False),
|
| 593 |
#gr.Interface.load(f"models/{models[276]}",live=True,preprocess=False),
|
| 594 |
#gr.Interface.load(f"models/{models[277]}",live=True,preprocess=False),
|
|
|
|
| 54 |
"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
| 55 |
"digiplay/CCTV2.5d_v1", #219
|
| 56 |
"digiplay/ChikMix_V3", #253
|
| 57 |
+
"digiplay/CityEdge_StyleMix_v1.44",
|
| 58 |
"digiplay/cocotifacute_v1", #218
|
| 59 |
"digiplay/DreamShaper_7", #259
|
| 60 |
"digiplay/elegantEntropy_v1.1", #221
|
|
|
|
| 185 |
"AIARTCHAN/7pa",
|
| 186 |
"JosephusCheung/ACertainModel",
|
| 187 |
"JosephusCheung/ACertainThing",
|
|
|
|
| 188 |
"AIARTCHAN/AbyssHellHero",
|
| 189 |
+
"JosephusCheung/ACertainty",
|
| 190 |
"AIARTCHAN/AbyssHellVer3",
|
| 191 |
"AIARTCHAN/AbyssMapleVer3",
|
| 192 |
"stablediffusionapi/abyssorangemixsfw",
|
|
|
|
| 589 |
gr.Interface.load(f"models/{models[271]}",live=True,preprocess=False),
|
| 590 |
gr.Interface.load(f"models/{models[272]}",live=True,preprocess=False),
|
| 591 |
gr.Interface.load(f"models/{models[273]}",live=True,preprocess=False),
|
| 592 |
+
gr.Interface.load(f"models/{models[274]}",live=True,preprocess=False),
|
| 593 |
#gr.Interface.load(f"models/{models[275]}",live=True,preprocess=False),
|
| 594 |
#gr.Interface.load(f"models/{models[276]}",live=True,preprocess=False),
|
| 595 |
#gr.Interface.load(f"models/{models[277]}",live=True,preprocess=False),
|