Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,6 +143,7 @@ models = [
|
|
| 143 |
"naclbit/trinart_stable_diffusion_v2",
|
| 144 |
"dallinmackay/Tron-Legacy-diffusion",
|
| 145 |
"dallinmackay/Van-Gogh-diffusion",
|
|
|
|
| 146 |
"wavymulder/wavyfusion"
|
| 147 |
]
|
| 148 |
current_model = models[0]
|
|
@@ -278,6 +279,7 @@ models2=[
|
|
| 278 |
gr.Interface.load(f"models/{models[125]}",live=True,preprocess=False),
|
| 279 |
gr.Interface.load(f"models/{models[126]}",live=True,preprocess=False),
|
| 280 |
gr.Interface.load(f"models/{models[127]}",live=True,preprocess=False),
|
|
|
|
| 281 |
|
| 282 |
]
|
| 283 |
|
|
|
|
| 143 |
"naclbit/trinart_stable_diffusion_v2",
|
| 144 |
"dallinmackay/Tron-Legacy-diffusion",
|
| 145 |
"dallinmackay/Van-Gogh-diffusion",
|
| 146 |
+
"ItsJayQz/Valorant_Diffusion",
|
| 147 |
"wavymulder/wavyfusion"
|
| 148 |
]
|
| 149 |
current_model = models[0]
|
|
|
|
| 279 |
gr.Interface.load(f"models/{models[125]}",live=True,preprocess=False),
|
| 280 |
gr.Interface.load(f"models/{models[126]}",live=True,preprocess=False),
|
| 281 |
gr.Interface.load(f"models/{models[127]}",live=True,preprocess=False),
|
| 282 |
+
gr.Interface.load(f"models/{models[128]}",live=True,preprocess=False),
|
| 283 |
|
| 284 |
]
|
| 285 |
|