Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,8 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
|
|
|
| 7 |
"Yntec/MemeDiffusion",
|
| 8 |
"digiplay/fantexi_v0.9",
|
| 9 |
"Yntec/pineappleAnimeMix",
|
|
@@ -128,6 +130,7 @@ models = [
|
|
| 128 |
"Yntec/Thriller", #13K
|
| 129 |
"Yntec/Splash", #7K
|
| 130 |
"Yntec/OpenGenDiffusers", #7K
|
|
|
|
| 131 |
"Yntec/epiCRealismVAE", #8K
|
| 132 |
"Yntec/LehinaModel", #8K
|
| 133 |
"Yntec/realistic-vision-v12", #14K
|
|
@@ -140,7 +143,6 @@ models = [
|
|
| 140 |
"Yntec/nuipenimix2", #34K
|
| 141 |
"Yntec/epiCPhotoGasm", #40K
|
| 142 |
"Yntec/HitenDiffusion", #2K
|
| 143 |
-
"Yntec/DreamLikeRemix",
|
| 144 |
"Yntec/humu",
|
| 145 |
"Linaqruf/animagine-xl",
|
| 146 |
"nerijs/pixel-art-xl",
|
|
@@ -1199,6 +1201,8 @@ models2=[
|
|
| 1199 |
gr.Interface.load(f"models/{models[560]}",live=True,preprocess=False),
|
| 1200 |
|
| 1201 |
gr.Interface.load(f"models/{models[561]}",live=True,preprocess=False),
|
|
|
|
|
|
|
| 1202 |
|
| 1203 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1204 |
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/IronCatFateToons",
|
| 8 |
+
"digiplay/fantasticmix_v65_test",
|
| 9 |
"Yntec/MemeDiffusion",
|
| 10 |
"digiplay/fantexi_v0.9",
|
| 11 |
"Yntec/pineappleAnimeMix",
|
|
|
|
| 130 |
"Yntec/Thriller", #13K
|
| 131 |
"Yntec/Splash", #7K
|
| 132 |
"Yntec/OpenGenDiffusers", #7K
|
| 133 |
+
"Yntec/DreamLikeRemix", #7K
|
| 134 |
"Yntec/epiCRealismVAE", #8K
|
| 135 |
"Yntec/LehinaModel", #8K
|
| 136 |
"Yntec/realistic-vision-v12", #14K
|
|
|
|
| 143 |
"Yntec/nuipenimix2", #34K
|
| 144 |
"Yntec/epiCPhotoGasm", #40K
|
| 145 |
"Yntec/HitenDiffusion", #2K
|
|
|
|
| 146 |
"Yntec/humu",
|
| 147 |
"Linaqruf/animagine-xl",
|
| 148 |
"nerijs/pixel-art-xl",
|
|
|
|
| 1201 |
gr.Interface.load(f"models/{models[560]}",live=True,preprocess=False),
|
| 1202 |
|
| 1203 |
gr.Interface.load(f"models/{models[561]}",live=True,preprocess=False),
|
| 1204 |
+
gr.Interface.load(f"models/{models[562]}",live=True,preprocess=False),
|
| 1205 |
+
gr.Interface.load(f"models/{models[563]}",live=True,preprocess=False),
|
| 1206 |
|
| 1207 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1208 |
|