Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
7 |
"Yntec/Synthwave",
|
8 |
"digiplay/AingDiffusion8.17",
|
9 |
"Yntec/CrystalClearRemix",
|
@@ -193,6 +195,7 @@ models = [
|
|
193 |
"Yntec/NovelAIRemix",
|
194 |
"Yntec/Hiten",
|
195 |
"AIARTCHAN/AbyssHellHero",
|
|
|
196 |
"digiplay/AingDiffusion7.5",
|
197 |
"digiplay/CleanLinearMix_nsfw",
|
198 |
"digiplay/VersaMix_base_diffusers",
|
@@ -1161,6 +1164,9 @@ models2=[
|
|
1161 |
gr.Interface.load(f"models/{models[541]}",live=True,preprocess=False),
|
1162 |
gr.Interface.load(f"models/{models[542]}",live=True,preprocess=False),
|
1163 |
gr.Interface.load(f"models/{models[543]}",live=True,preprocess=False),
|
|
|
|
|
|
|
1164 |
|
1165 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1166 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/theAllysMixIIIRevolutions",
|
8 |
+
"digiplay/RunDiffusionFXPhotorealistic_v1",
|
9 |
"Yntec/Synthwave",
|
10 |
"digiplay/AingDiffusion8.17",
|
11 |
"Yntec/CrystalClearRemix",
|
|
|
195 |
"Yntec/NovelAIRemix",
|
196 |
"Yntec/Hiten",
|
197 |
"AIARTCHAN/AbyssHellHero",
|
198 |
+
"digiplay/Sudachi_diffusers",
|
199 |
"digiplay/AingDiffusion7.5",
|
200 |
"digiplay/CleanLinearMix_nsfw",
|
201 |
"digiplay/VersaMix_base_diffusers",
|
|
|
1164 |
gr.Interface.load(f"models/{models[541]}",live=True,preprocess=False),
|
1165 |
gr.Interface.load(f"models/{models[542]}",live=True,preprocess=False),
|
1166 |
gr.Interface.load(f"models/{models[543]}",live=True,preprocess=False),
|
1167 |
+
gr.Interface.load(f"models/{models[544]}",live=True,preprocess=False),
|
1168 |
+
gr.Interface.load(f"models/{models[545]}",live=True,preprocess=False),
|
1169 |
+
gr.Interface.load(f"models/{models[546]}",live=True,preprocess=False),
|
1170 |
|
1171 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1172 |
|