Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"Yntec/OG",
|
| 8 |
"Yntec/Reanimate",
|
| 9 |
"Yntec/Deliberate2",
|
|
@@ -62,6 +63,7 @@ models = [
|
|
| 62 |
"Yntec/elldrethsImagination", #2K
|
| 63 |
"Yntec/ReVAnimated768", #2K
|
| 64 |
"Yntec/OpenNijiRemix", #2K
|
|
|
|
| 65 |
"Yntec/Dreamful3", #5K
|
| 66 |
"Yntec/BrandiMilne", #6K
|
| 67 |
"Yntec/dosmixVAE", #3K
|
|
@@ -108,7 +110,6 @@ models = [
|
|
| 108 |
"Yntec/nuipenimix2", #34K
|
| 109 |
"Yntec/epiCPhotoGasm", #40K
|
| 110 |
"Yntec/HitenDiffusion", #2K
|
| 111 |
-
"Yntec/DreamShaperRemix",
|
| 112 |
"Yntec/DeliShaper",
|
| 113 |
"Yntec/dreamlike-photoreal-remix",
|
| 114 |
"Yntec/epiCVision",
|
|
@@ -1134,6 +1135,8 @@ models2=[
|
|
| 1134 |
gr.Interface.load(f"models/{models[529]}",live=True,preprocess=False),
|
| 1135 |
gr.Interface.load(f"models/{models[530]}",live=True,preprocess=False),
|
| 1136 |
|
|
|
|
|
|
|
| 1137 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1138 |
|
| 1139 |
]
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/LeyLines",
|
| 8 |
"Yntec/OG",
|
| 9 |
"Yntec/Reanimate",
|
| 10 |
"Yntec/Deliberate2",
|
|
|
|
| 63 |
"Yntec/elldrethsImagination", #2K
|
| 64 |
"Yntec/ReVAnimated768", #2K
|
| 65 |
"Yntec/OpenNijiRemix", #2K
|
| 66 |
+
"Yntec/DreamShaperRemix", #2K
|
| 67 |
"Yntec/Dreamful3", #5K
|
| 68 |
"Yntec/BrandiMilne", #6K
|
| 69 |
"Yntec/dosmixVAE", #3K
|
|
|
|
| 110 |
"Yntec/nuipenimix2", #34K
|
| 111 |
"Yntec/epiCPhotoGasm", #40K
|
| 112 |
"Yntec/HitenDiffusion", #2K
|
|
|
|
| 113 |
"Yntec/DeliShaper",
|
| 114 |
"Yntec/dreamlike-photoreal-remix",
|
| 115 |
"Yntec/epiCVision",
|
|
|
|
| 1135 |
gr.Interface.load(f"models/{models[529]}",live=True,preprocess=False),
|
| 1136 |
gr.Interface.load(f"models/{models[530]}",live=True,preprocess=False),
|
| 1137 |
|
| 1138 |
+
gr.Interface.load(f"models/{models[531]}",live=True,preprocess=False),
|
| 1139 |
+
|
| 1140 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1141 |
|
| 1142 |
]
|