Commit
·
67e22f2
1
Parent(s):
ffa7645
Update app.py
Browse files
app.py
CHANGED
@@ -37,6 +37,22 @@ models = [
|
|
37 |
{"name": "Stable Diffusion 2.1","url": "stabilityai/stable-diffusion-2-1"},
|
38 |
{"name": "Stable Diffusion 2.1 Base","url": "stabilityai/stable-diffusion-2-1-base"},
|
39 |
{"name": "Stable Diffusion 2.1 Unclip","url": "stabilityai/stable-diffusion-2-1-unclip"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
]
|
41 |
|
42 |
current_model = models[0]
|
|
|
37 |
{"name": "Stable Diffusion 2.1","url": "stabilityai/stable-diffusion-2-1"},
|
38 |
{"name": "Stable Diffusion 2.1 Base","url": "stabilityai/stable-diffusion-2-1-base"},
|
39 |
{"name": "Stable Diffusion 2.1 Unclip","url": "stabilityai/stable-diffusion-2-1-unclip"},
|
40 |
+
{"name": "Anything Midjourney 4.1", "url": "Joeythemonster/anything-midjourney-v-4-1"},
|
41 |
+
{"name": "Elden Ring", "url": "nitrosocke/elden-ring-diffusion"},
|
42 |
+
{"name": "Epic Diffusion 1.1", "url": "johnslegers/epic-diffusion-v1.1"},
|
43 |
+
{"name": "Epic Diffusion", "url": "johnslegers/epic-diffusion"},
|
44 |
+
{"name": "EpicMix Realism", "url": "Duskfallcrew/EpicMix_Realism"},
|
45 |
+
{"name": "Fantasy Mix", "url": "theintuitiveye/FantasyMix"},
|
46 |
+
{"name": "InkPunk Diffusion", "url": "Envvi/Inkpunk-Diffusion"},
|
47 |
+
{"name": "Midjourney 4.0", "url": "flax/midjourney-v4-diffusion"},
|
48 |
+
{"name": "Protogen X 5.8", "url": "darkstorm2150/Protogen_x5.8_Official_Release"},
|
49 |
+
{"name": "Protogen 2.2", "url": "darkstorm2150/Protogen_v2.2_Official_Release"},
|
50 |
+
{"name": "Protogen Infinity", "url": "darkstorm2150/Protogen_Infinity_Official_Release"},
|
51 |
+
{"name": "Protogen X 3.4", "url": "darkstorm2150/Protogen_x3.4_Official_Release"},
|
52 |
+
{"name": "Rev Anim", "url": "stablediffusionapi/rev-anim"},
|
53 |
+
{"name": "Rev Animated", "url": "coreml/coreml-ReV-Animated"},
|
54 |
+
{"name": "Vintedois 1.0", "url": "22h/vintedois-diffusion-v0-1"},
|
55 |
+
{"name": "Vintedois 2.0", "url": "22h/vintedois-diffusion-v0-2"},
|
56 |
]
|
57 |
|
58 |
current_model = models[0]
|