Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
"Yntec/
|
8 |
"Yntec/InsaneRealisticCVAE",
|
9 |
"Yntec/Lunar",
|
10 |
"Yntec/LunarLuma",
|
@@ -64,6 +64,7 @@ models = [
|
|
64 |
"Yntec/COOLKIDSV2",
|
65 |
"Yntec/Pavo-Mix-Diffusers",
|
66 |
"Yntec/RPG_Remix",
|
|
|
67 |
"Yntec/PeachMix3",
|
68 |
"Yntec/DucHaitenAIart-beta",
|
69 |
"stablediffusionapi/all-526-animated",
|
@@ -808,7 +809,7 @@ models2=[
|
|
808 |
gr.Interface.load(f"models/{models[373]}",live=True,preprocess=False),
|
809 |
gr.Interface.load(f"models/{models[374]}",live=True,preprocess=False),
|
810 |
gr.Interface.load(f"models/{models[375]}",live=True,preprocess=False),
|
811 |
-
|
812 |
#gr.Interface.load(f"models/{models[377]}",live=True,preprocess=False),
|
813 |
#gr.Interface.load(f"models/{models[378]}",live=True,preprocess=False),
|
814 |
#gr.Interface.load(f"models/{models[379]}",live=True,preprocess=False),
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/GameAssetsDigitalUnitsCreationKit",
|
8 |
"Yntec/InsaneRealisticCVAE",
|
9 |
"Yntec/Lunar",
|
10 |
"Yntec/LunarLuma",
|
|
|
64 |
"Yntec/COOLKIDSV2",
|
65 |
"Yntec/Pavo-Mix-Diffusers",
|
66 |
"Yntec/RPG_Remix",
|
67 |
+
"Yntec/OrangeRemix",
|
68 |
"Yntec/PeachMix3",
|
69 |
"Yntec/DucHaitenAIart-beta",
|
70 |
"stablediffusionapi/all-526-animated",
|
|
|
809 |
gr.Interface.load(f"models/{models[373]}",live=True,preprocess=False),
|
810 |
gr.Interface.load(f"models/{models[374]}",live=True,preprocess=False),
|
811 |
gr.Interface.load(f"models/{models[375]}",live=True,preprocess=False),
|
812 |
+
gr.Interface.load(f"models/{models[376]}",live=True,preprocess=False),
|
813 |
#gr.Interface.load(f"models/{models[377]}",live=True,preprocess=False),
|
814 |
#gr.Interface.load(f"models/{models[378]}",live=True,preprocess=False),
|
815 |
#gr.Interface.load(f"models/{models[379]}",live=True,preprocess=False),
|