Spaces:
Runtime error
Runtime error
Rename models/models.json to models/models.py
Browse files- models/models.json +0 -0
- models/models.py +11 -0
models/models.json
DELETED
File without changes
|
models/models.py
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# models/models.py
|
2 |
+
diffusers = [
|
3 |
+
"stabilityai/stable-diffusion-1-5",
|
4 |
+
"stabilityai/stable-diffusion-2-1",
|
5 |
+
"https://huggingface.co/cagliostrolab/animagine-xl-3.1/blob/main/animagine-xl-3.1.safetensors"
|
6 |
+
]
|
7 |
+
|
8 |
+
vae = [
|
9 |
+
"stabilityai/sd-vae-ft-mse",
|
10 |
+
"https://huggingface.co/stabilityai/sd-vae-ft-mse/blob/main/vae-ft-mse.safetensors"
|
11 |
+
]
|