Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,6 @@ models = [
|
|
46 |
"ItsJayQz/SynthwavePunk-v2",
|
47 |
|
48 |
"Guizmus/SDArt_AliceInDiffusionLand",
|
49 |
-
"BAAI/AltCLIP",
|
50 |
"Fred99774/chilloutvlara",
|
51 |
"ogkalu/Comic-Diffusion",
|
52 |
"Guizmus/SDArt_cosmichorrors768",
|
@@ -58,16 +57,11 @@ models = [
|
|
58 |
"Duskfallcrew/EpicMix_Realism",
|
59 |
"theintuitiveye/FantasyMix",
|
60 |
"Fred99774/girlnew1",
|
61 |
-
"hakurei/lit-6B",
|
62 |
-
"proximasanfinetuning/luna-diffusion",
|
63 |
-
"flax/midjourney-v4-diffusion",
|
64 |
"nitrosocke/Nitro-Diffusion",
|
65 |
-
"prompthero/openjourney-v2",
|
66 |
"prompthero/openjourney",
|
67 |
"Guizmus/SDArt_something",
|
68 |
"22h/vintedois-diffusion-v0-1",
|
69 |
-
|
70 |
-
|
71 |
"Guizmus/SDArt_ChaosAndOrder768",
|
72 |
"Guizmus/SDArt_ChaosAndOrder",
|
73 |
"stablediffusionapi/chillout-app-factory",
|
@@ -323,12 +317,6 @@ models2=[
|
|
323 |
gr.Interface.load(f"models/{models[143]}",live=True,preprocess=False),
|
324 |
gr.Interface.load(f"models/{models[144]}",live=True,preprocess=False),
|
325 |
gr.Interface.load(f"models/{models[145]}",live=True,preprocess=False),
|
326 |
-
gr.Interface.load(f"models/{models[146]}",live=True,preprocess=False),
|
327 |
-
gr.Interface.load(f"models/{models[147]}",live=True,preprocess=False),
|
328 |
-
gr.Interface.load(f"models/{models[148]}",live=True,preprocess=False),
|
329 |
-
gr.Interface.load(f"models/{models[149]}",live=True,preprocess=False),
|
330 |
-
gr.Interface.load(f"models/{models[150]}",live=True,preprocess=False),
|
331 |
-
gr.Interface.load(f"models/{models[151]}",live=True,preprocess=False),
|
332 |
]
|
333 |
|
334 |
|
|
|
46 |
"ItsJayQz/SynthwavePunk-v2",
|
47 |
|
48 |
"Guizmus/SDArt_AliceInDiffusionLand",
|
|
|
49 |
"Fred99774/chilloutvlara",
|
50 |
"ogkalu/Comic-Diffusion",
|
51 |
"Guizmus/SDArt_cosmichorrors768",
|
|
|
57 |
"Duskfallcrew/EpicMix_Realism",
|
58 |
"theintuitiveye/FantasyMix",
|
59 |
"Fred99774/girlnew1",
|
|
|
|
|
|
|
60 |
"nitrosocke/Nitro-Diffusion",
|
|
|
61 |
"prompthero/openjourney",
|
62 |
"Guizmus/SDArt_something",
|
63 |
"22h/vintedois-diffusion-v0-1",
|
64 |
+
|
|
|
65 |
"Guizmus/SDArt_ChaosAndOrder768",
|
66 |
"Guizmus/SDArt_ChaosAndOrder",
|
67 |
"stablediffusionapi/chillout-app-factory",
|
|
|
317 |
gr.Interface.load(f"models/{models[143]}",live=True,preprocess=False),
|
318 |
gr.Interface.load(f"models/{models[144]}",live=True,preprocess=False),
|
319 |
gr.Interface.load(f"models/{models[145]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
]
|
321 |
|
322 |
|