Spaces:
Runtime error
Runtime error
QIU JUNZHE
commited on
Commit
•
e35ef58
1
Parent(s):
7c36125
Update app.py
Browse files
app.py
CHANGED
@@ -30,35 +30,36 @@ models = [
|
|
30 |
"Ojimi/anime-kawai-diffusion",
|
31 |
"LottePeisch/RevAnimated-Diffusers",
|
32 |
######################################################
|
33 |
-
"digiplay/PersonaStyleCheckpoint",
|
34 |
-
"darkstorm2150/Protogen_Infinity_Official_Release",
|
35 |
-
"PeggyWang/openjourney-v2",
|
36 |
-
"darkstorm2150/Protogen_x3.4_Official_Release",
|
37 |
-
"stablediffusionapi/deliberateappfactory", #236
|
38 |
-
"digiplay/CrossoverMix_v2",
|
39 |
-
"stablediffusionapi/spybg",
|
40 |
-
"stablediffusionapi/dreamshaper-v6", #239
|
41 |
-
"stablediffusionapi/the-ally",
|
42 |
-
"darkstorm2150/Protogen_x5.8_Official_Release",
|
43 |
-
|
44 |
-
"digiplay/BlankCanvas_v1", #07.11
|
45 |
-
"digiplay/OnlyAnime_v2.3",
|
46 |
-
"Korakoe/OpenNiji",
|
47 |
-
"digiplay/Photon_v1",
|
48 |
-
"digiplay/Pika_v2",
|
49 |
-
"digiplay/RealCartoon3D_F16full_v3.1", #254
|
50 |
-
"digiplay/realidefmix_3.5VAE",
|
51 |
-
"digiplay/realmixUnrealjourney_v1",
|
52 |
-
"digiplay/SyncMix_v1.5",
|
53 |
-
"digiplay/TWingshadow_v1.2",
|
54 |
-
"digiplay/V3_by_Hans_Asian",
|
55 |
-
"digiplay/whatamix_v1",
|
56 |
-
|
57 |
-
"digiplay/2K", #216
|
58 |
-
"digiplay/AIGEN_v1.4_diffusers",
|
59 |
-
"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
60 |
-
"digiplay/BeautyFool_v1.2VAE_pruned",
|
61 |
-
"digiplay/breakdomainrealistic_R2333",
|
|
|
62 |
"digiplay/CCTV2.5d_v1", #219
|
63 |
"digiplay/ChikMix_V3", #253
|
64 |
"stablediffusionapi/chilledremixsazyou-r", #195
|
@@ -344,6 +345,7 @@ models = [
|
|
344 |
"CompVis/stable-diffusion-v1-3", #207
|
345 |
"CompVis/stable-diffusion-v1-2", #208
|
346 |
"CompVis/stable-diffusion-v1-1", #209
|
|
|
347 |
]
|
348 |
current_model = models[0]
|
349 |
|
|
|
30 |
"Ojimi/anime-kawai-diffusion",
|
31 |
"LottePeisch/RevAnimated-Diffusers",
|
32 |
######################################################
|
33 |
+
#"digiplay/PersonaStyleCheckpoint",
|
34 |
+
#"darkstorm2150/Protogen_Infinity_Official_Release",
|
35 |
+
#"PeggyWang/openjourney-v2",
|
36 |
+
#"darkstorm2150/Protogen_x3.4_Official_Release",
|
37 |
+
#"stablediffusionapi/deliberateappfactory", #236
|
38 |
+
#"digiplay/CrossoverMix_v2",
|
39 |
+
#"stablediffusionapi/spybg",
|
40 |
+
#"stablediffusionapi/dreamshaper-v6", #239
|
41 |
+
#"stablediffusionapi/the-ally",
|
42 |
+
#"darkstorm2150/Protogen_x5.8_Official_Release",
|
43 |
+
#coreco/seek.art_MEGA",
|
44 |
+
#"digiplay/BlankCanvas_v1", #07.11
|
45 |
+
#"digiplay/OnlyAnime_v2.3",
|
46 |
+
#"Korakoe/OpenNiji",
|
47 |
+
#"digiplay/Photon_v1",
|
48 |
+
#"digiplay/Pika_v2",
|
49 |
+
#"digiplay/RealCartoon3D_F16full_v3.1", #254
|
50 |
+
#"digiplay/realidefmix_3.5VAE",
|
51 |
+
#"digiplay/realmixUnrealjourney_v1",
|
52 |
+
#"digiplay/SyncMix_v1.5",
|
53 |
+
#"digiplay/TWingshadow_v1.2",
|
54 |
+
#"digiplay/V3_by_Hans_Asian",
|
55 |
+
#"digiplay/whatamix_v1",
|
56 |
+
#
|
57 |
+
#"digiplay/2K", #216
|
58 |
+
#"digiplay/AIGEN_v1.4_diffusers",
|
59 |
+
#"digiplay/BrickAndMortarMix_v2.0_diffusers", #224
|
60 |
+
#"digiplay/BeautyFool_v1.2VAE_pruned",
|
61 |
+
#"digiplay/breakdomainrealistic_R2333",
|
62 |
+
"""
|
63 |
"digiplay/CCTV2.5d_v1", #219
|
64 |
"digiplay/ChikMix_V3", #253
|
65 |
"stablediffusionapi/chilledremixsazyou-r", #195
|
|
|
345 |
"CompVis/stable-diffusion-v1-3", #207
|
346 |
"CompVis/stable-diffusion-v1-2", #208
|
347 |
"CompVis/stable-diffusion-v1-1", #209
|
348 |
+
"""
|
349 |
]
|
350 |
current_model = models[0]
|
351 |
|