Update Models/models.json
Browse files- Models/models.json +138 -1
Models/models.json
CHANGED
|
@@ -1 +1,138 @@
|
|
| 1 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"identifier": "CompVis/stable-diffusion-v1-4",
|
| 4 |
+
"name": "Stable Diffusion v1.4",
|
| 5 |
+
"owner": "CompVis",
|
| 6 |
+
"sample_width": 512,
|
| 7 |
+
"sample_height": 512,
|
| 8 |
+
"function": "standard",
|
| 9 |
+
"controlnet_support": true,
|
| 10 |
+
"converter_version": "2.0.0",
|
| 11 |
+
"url": "https://huggingface.co/CompVis/stable-diffusion-v1-4",
|
| 12 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/CompVis_SD1.4.zip",
|
| 13 |
+
"original_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/CompVis_SD1.4_SafetyChecker.zip",
|
| 14 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/CompVis_SD1.4.zip",
|
| 15 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/CompVis_SD1.4_chunked.zip",
|
| 16 |
+
"split_einsum_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/CompVis_SD1.4_SafetyChecker.zip"
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"identifier": "runwayml/stable-diffusion-v1-5",
|
| 20 |
+
"name": "Stable Diffusion v1.5",
|
| 21 |
+
"owner": "Runway",
|
| 22 |
+
"sample_width": 512,
|
| 23 |
+
"sample_height": 512,
|
| 24 |
+
"function": "standard",
|
| 25 |
+
"controlnet_support": true,
|
| 26 |
+
"converter_version": "2.0.0",
|
| 27 |
+
"url": "https://huggingface.co/runwayml/stable-diffusion-v1-5",
|
| 28 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Runway_SD1.5.zip",
|
| 29 |
+
"original_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Runway_SD1.5_SafetyChecker.zip",
|
| 30 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Runway_SD1.5.zip",
|
| 31 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Runway_SD1.5_chunked.zip",
|
| 32 |
+
"split_einsum_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Runway_SD1.5_SafetyChecker.zip"
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"identifier": "runwayml/stable-diffusion-inpainting",
|
| 36 |
+
"name": "Stable Diffusion Inpainting",
|
| 37 |
+
"owner": "Runway",
|
| 38 |
+
"sample_width": 512,
|
| 39 |
+
"sample_height": 512,
|
| 40 |
+
"function": "inpaint",
|
| 41 |
+
"controlnet_support": true,
|
| 42 |
+
"converter_version": "2.0.0",
|
| 43 |
+
"url": "https://huggingface.co/runwayml/stable-diffusion-inpainting",
|
| 44 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Runway_SD1.5_Inpaint.zip",
|
| 45 |
+
"original_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Runway_SD1.5_Inpaint_SafetyChecker.zip",
|
| 46 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Runway_SD1.5_Inpaint.zip",
|
| 47 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Runway_SD1.5_Inpaint_chunked.zip",
|
| 48 |
+
"split_einsum_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Runway_SD1.5_Inpaint_SafetyChecker.zip"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"identifier": "stabilityai/stable-diffusion-2-1-base",
|
| 52 |
+
"name": "Stable Diffusion v2.1",
|
| 53 |
+
"owner": "StabilityAI",
|
| 54 |
+
"sample_width": 768,
|
| 55 |
+
"sample_height": 768,
|
| 56 |
+
"function": "standard",
|
| 57 |
+
"controlnet_support": false,
|
| 58 |
+
"converter_version": "2.0.0",
|
| 59 |
+
"url": "https://huggingface.co/stabilityai/stable-diffusion-2-1-base",
|
| 60 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/StabilityAI_SD2.1.zip",
|
| 61 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/StabilityAI_SD2.1.zip",
|
| 62 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/StabilityAI_SD2.1_chunked.zip"
|
| 63 |
+
},
|
| 64 |
+
{
|
| 65 |
+
"identifier": "stabilityai/stable-diffusion-2-inpainting",
|
| 66 |
+
"name": "Stable Diffusion v2 Inpainting",
|
| 67 |
+
"owner": "StabilityAI",
|
| 68 |
+
"sample_width": 512,
|
| 69 |
+
"sample_height": 512,
|
| 70 |
+
"function": "inpaint",
|
| 71 |
+
"controlnet_support": false,
|
| 72 |
+
"converter_version": "2.0.0",
|
| 73 |
+
"url": "https://huggingface.co/stabilityai/stable-diffusion-2-inpainting",
|
| 74 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/StabilityAI_SD2_Inpaint.zip",
|
| 75 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/StabilityAI_SD2_Inpaint.zip",
|
| 76 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/StabilityAI_SD2_Inpaint_chunked.zip"
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"identifier": "timbrooks/instruct-pix2pix",
|
| 80 |
+
"name": "Instruct Pix2Pix",
|
| 81 |
+
"owner": "Tim Brooks",
|
| 82 |
+
"sample_width": 512,
|
| 83 |
+
"sample_height": 512,
|
| 84 |
+
"function": "instructions",
|
| 85 |
+
"controlnet_support": false,
|
| 86 |
+
"converter_version": "2.0.0",
|
| 87 |
+
"url": "https://huggingface.co/timbrooks/instruct-pix2pix",
|
| 88 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/TimBrooks_InstructPix2Pix.zip",
|
| 89 |
+
"original_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/TimBrooks_InstructPix2Pix_SafetyChecker.zip",
|
| 90 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/TimBrooks_InstructPix2Pix.zip",
|
| 91 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/TimBrooks_InstructPix2Pix_chunked.zip",
|
| 92 |
+
"split_einsum_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/TimBrooks_InstructPix2Pix_SafetyChecker.zip"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"identifier": "dreamlike-art/dreamlike-diffusion-1.0",
|
| 96 |
+
"name": "Dreamlike Diffusion v1.0",
|
| 97 |
+
"owner": "dreamlike.art",
|
| 98 |
+
"sample_width": 512,
|
| 99 |
+
"sample_height": 512,
|
| 100 |
+
"function": "standard",
|
| 101 |
+
"controlnet_support": true,
|
| 102 |
+
"converter_version": "2.0.0",
|
| 103 |
+
"url": "https://huggingface.co/dreamlike-art/dreamlike-diffusion-1.0",
|
| 104 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/DreamlikeDiffusion1.zip",
|
| 105 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamlikeDiffusion1.zip",
|
| 106 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamlikeDiffusion1_chunked.zip"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"identifier": "dreamlike-art/dreamlike-photoreal-2.0",
|
| 110 |
+
"name": "Dreamlike Photoreal v2.0",
|
| 111 |
+
"owner": "dreamlike.art",
|
| 112 |
+
"sample_width": 512,
|
| 113 |
+
"sample_height": 512,
|
| 114 |
+
"function": "standard",
|
| 115 |
+
"controlnet_support": true,
|
| 116 |
+
"converter_version": "2.0.0",
|
| 117 |
+
"url": "https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0",
|
| 118 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/DreamlikePhotoreal2.zip",
|
| 119 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamlikePhotoreal2.zip",
|
| 120 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamlikePhotoreal2_chunked.zip"
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"identifier": "prompthero/openjourney-v2",
|
| 124 |
+
"name": "Openjourney v2.0",
|
| 125 |
+
"owner": "PromptHero",
|
| 126 |
+
"sample_width": 512,
|
| 127 |
+
"sample_height": 512,
|
| 128 |
+
"function": "standard",
|
| 129 |
+
"controlnet_support": true,
|
| 130 |
+
"converter_version": "2.0.0",
|
| 131 |
+
"url": "https://huggingface.co/prompthero/openjourney-v2",
|
| 132 |
+
"original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Openjourney2.zip",
|
| 133 |
+
"original_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/Openjourney2_SafetyChecker.zip",
|
| 134 |
+
"split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Openjourney2.zip",
|
| 135 |
+
"split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Openjourney2_chunked.zip",
|
| 136 |
+
"split_einsum_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/Openjourney2_SafetyChecker.zip"
|
| 137 |
+
}
|
| 138 |
+
]
|