Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ from pathlib import Path
|
|
5 |
|
6 |
models = [
|
7 |
"Yntec/FotoPhoto",
|
|
|
|
|
8 |
"digiplay/AingDiffusion6",
|
9 |
"Yntec/Reliberate",
|
10 |
"digiplay/CleanLinearMix",
|
@@ -39,7 +41,6 @@ models = [
|
|
39 |
"Yntec/Crystalwave",
|
40 |
"digiplay/NightmareShaper_v2DarkageLobotomy",
|
41 |
"Yntec/theAllysMixIIIRevolutions",
|
42 |
-
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
43 |
"Yntec/Synthwave",
|
44 |
"Yntec/CrystalClearRemix",
|
45 |
"Yntec/CrystalClear",
|
@@ -1238,6 +1239,7 @@ models2=[
|
|
1238 |
gr.Interface.load(f"models/{models[577]}",live=True,preprocess=False),
|
1239 |
gr.Interface.load(f"models/{models[578]}",live=True,preprocess=False),
|
1240 |
gr.Interface.load(f"models/{models[579]}",live=True,preprocess=False),
|
|
|
1241 |
|
1242 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1243 |
]
|
|
|
5 |
|
6 |
models = [
|
7 |
"Yntec/FotoPhoto",
|
8 |
+
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
9 |
+
"Yntec/Ambrosia",
|
10 |
"digiplay/AingDiffusion6",
|
11 |
"Yntec/Reliberate",
|
12 |
"digiplay/CleanLinearMix",
|
|
|
41 |
"Yntec/Crystalwave",
|
42 |
"digiplay/NightmareShaper_v2DarkageLobotomy",
|
43 |
"Yntec/theAllysMixIIIRevolutions",
|
|
|
44 |
"Yntec/Synthwave",
|
45 |
"Yntec/CrystalClearRemix",
|
46 |
"Yntec/CrystalClear",
|
|
|
1239 |
gr.Interface.load(f"models/{models[577]}",live=True,preprocess=False),
|
1240 |
gr.Interface.load(f"models/{models[578]}",live=True,preprocess=False),
|
1241 |
gr.Interface.load(f"models/{models[579]}",live=True,preprocess=False),
|
1242 |
+
gr.Interface.load(f"models/{models[580]}",live=True,preprocess=False),
|
1243 |
|
1244 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1245 |
]
|