Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -225,6 +225,9 @@ models = [
|
|
225 |
"ItsJayQz/Valorant_Diffusion",
|
226 |
"stablediffusionapi/vector-art", #198
|
227 |
"Fictiverse/Stable_Diffusion_VoxelArt_Model" #204
|
|
|
|
|
|
|
228 |
]
|
229 |
current_model = models[0]
|
230 |
|
@@ -442,9 +445,9 @@ models2=[
|
|
442 |
gr.Interface.load(f"models/{models[203]}",live=True,preprocess=False),
|
443 |
gr.Interface.load(f"models/{models[204]}",live=True,preprocess=False),
|
444 |
gr.Interface.load(f"models/{models[205]}",live=True,preprocess=False),
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
#gr.Interface.load(f"models/{models[209]}",live=True,preprocess=False),
|
449 |
|
450 |
]
|
|
|
225 |
"ItsJayQz/Valorant_Diffusion",
|
226 |
"stablediffusionapi/vector-art", #198
|
227 |
"Fictiverse/Stable_Diffusion_VoxelArt_Model" #204
|
228 |
+
"CompVis/stable-diffusion-v1-3", #207
|
229 |
+
"CompVis/stable-diffusion-v1-2", #208
|
230 |
+
"CompVis/stable-diffusion-v1-1", #209
|
231 |
]
|
232 |
current_model = models[0]
|
233 |
|
|
|
445 |
gr.Interface.load(f"models/{models[203]}",live=True,preprocess=False),
|
446 |
gr.Interface.load(f"models/{models[204]}",live=True,preprocess=False),
|
447 |
gr.Interface.load(f"models/{models[205]}",live=True,preprocess=False),
|
448 |
+
gr.Interface.load(f"models/{models[206]}",live=True,preprocess=False),
|
449 |
+
gr.Interface.load(f"models/{models[207]}",live=True,preprocess=False),
|
450 |
+
gr.Interface.load(f"models/{models[208]}",live=True,preprocess=False),
|
451 |
#gr.Interface.load(f"models/{models[209]}",live=True,preprocess=False),
|
452 |
|
453 |
]
|