Update Models/models.json
Browse files- Models/models.json +14 -0
Models/models.json
CHANGED
@@ -1,4 +1,18 @@
|
|
1 |
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
{
|
3 |
"identifier": "CompVis/stable-diffusion-v1-4",
|
4 |
"name": "Stable Diffusion v1.4",
|
|
|
1 |
[
|
2 |
+
{
|
3 |
+
"identifier": "stabilityai/stable-diffusion-xl-base-1.0",
|
4 |
+
"name": "Stable Diffusion XL v1.0",
|
5 |
+
"owner": "Stability AI",
|
6 |
+
"sample_width": 1024,
|
7 |
+
"sample_height": 1024,
|
8 |
+
"function": "standard",
|
9 |
+
"controlnet_support": true,
|
10 |
+
"converter_version": "5.0.0",
|
11 |
+
"url": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0",
|
12 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Stable%20Diffusion%20XL%201.0/1024x1024/Stable%20Diffusion%20XL%201.0.zip",
|
13 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Stable%20Diffusion%20XL%201.0/1024x1024/Stable%20Diffusion%20XL%201.0.zip",
|
14 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Stable%20Diffusion%20XL%201.0/1024x1024/StableDiffusionXL1.0_chunked.zip"
|
15 |
+
},
|
16 |
{
|
17 |
"identifier": "CompVis/stable-diffusion-v1-4",
|
18 |
"name": "Stable Diffusion v1.4",
|