Upload models.json
Browse files- models.json +59 -0
models.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"identifier": "CompVis/stable-diffusion-v1-4",
|
4 |
+
"name": "Stable Diffusion v1.4",
|
5 |
+
"owner": "CompVis",
|
6 |
+
"url": "https://huggingface.co/CompVis/stable-diffusion-v1-4",
|
7 |
+
"model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/CompVis_SD1.4.zip",
|
8 |
+
"chunked_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/CompVis_SD1.4_chunked.zip",
|
9 |
+
"safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/CompVis_SD1.4_SafetyChecker.zip",
|
10 |
+
"function": "standard"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"identifier": "runwayml/stable-diffusion-inpainting",
|
14 |
+
"name": "Stable Diffusion Inpainting",
|
15 |
+
"owner": "Runway",
|
16 |
+
"url": "https://huggingface.co/runwayml/stable-diffusion-inpainting",
|
17 |
+
"model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Runway_SD1.5_Inpaint.zip",
|
18 |
+
"chunked_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Runway_SD1.5_Inpaint_chunked.zip",
|
19 |
+
"safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Runway_SD1.5_Inpaint_SafetyChecker.zip",
|
20 |
+
"function": "inpaint"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"identifier": "stabilityai/stable-diffusion-2-1-base",
|
24 |
+
"name": "Stable Diffusion v2.1",
|
25 |
+
"owner": "StabilityAI",
|
26 |
+
"url": "https://huggingface.co/stabilityai/stable-diffusion-2-1-base",
|
27 |
+
"model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/StabilityAI_SD2.1.zip",
|
28 |
+
"chunked_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/StabilityAI_SD2.1_chunked.zip",
|
29 |
+
"function": "standard"
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"identifier": "stabilityai/stable-diffusion-2-inpainting",
|
33 |
+
"name": "Stable Diffusion v2 Inpainting",
|
34 |
+
"owner": "StabilityAI",
|
35 |
+
"url": "https://huggingface.co/stabilityai/stable-diffusion-2-inpainting",
|
36 |
+
"model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/StabilityAI_SD2_Inpaint.zip",
|
37 |
+
"chunked_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/StabilityAI_SD2_Inpaint_chunked.zip",
|
38 |
+
"function": "inpaint"
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"identifier": "dreamlike-art/dreamlike-diffusion-1.0",
|
42 |
+
"name": "Dreamlike Diffusion v1.0",
|
43 |
+
"owner": "dreamlike.art",
|
44 |
+
"url": "https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0",
|
45 |
+
"model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/DreamlikeDiffusion1.zip",
|
46 |
+
"chunked_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/DreamlikeDiffusion1_chunked.zip",
|
47 |
+
"function": "standard"
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"identifier": "prompthero/openjourney-v2",
|
51 |
+
"name": "Openjourney v2.0",
|
52 |
+
"owner": "PromptHero",
|
53 |
+
"url": "https://huggingface.co/prompthero/openjourney-v2",
|
54 |
+
"model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Openjourney2.zip",
|
55 |
+
"chunked_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Openjourney2_chunked.zip",
|
56 |
+
"safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Openjourney2_SafetyChecker.zip",
|
57 |
+
"function": "standard"
|
58 |
+
}
|
59 |
+
]
|