Commit
·
296b4fb
1
Parent(s):
67e22f2
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,11 @@ models = [
|
|
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]
|
|
|
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 |
+
{"name": "Future Diffusion", "url": "nitrosocke/Future-Diffusion"},
|
57 |
+
{"name": "JWST Deep Space Diffusion", "url": "dallinmackay/JWST-Deep-Space-diffusion"},
|
58 |
+
{"name": "Robo Diffusion 3 Base", "url": "nousr/robo-diffusion-2-base"},
|
59 |
+
{"name": "Robo Diffusion", "url": "nousr/robo-diffusion"},
|
60 |
+
{"name": "Tron Legacy Diffusion", "url": "dallinmackay/Tron-Legacy-diffusion"},
|
61 |
]
|
62 |
|
63 |
current_model = models[0]
|