GuiyeC commited on
Commit
53d843b
1 Parent(s): 910d55e

Update Models/models.json

Browse files
Files changed (1) hide show
  1. Models/models.json +16 -0
Models/models.json CHANGED
@@ -182,5 +182,21 @@
182
  "split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamShaper.zip",
183
  "split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamShaper_chunked.zip",
184
  "split_einsum_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamShaper_SafetyChecker.zip"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
185
  }
186
  ]
 
182
  "split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamShaper.zip",
183
  "split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamShaper_chunked.zip",
184
  "split_einsum_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/DreamShaper_SafetyChecker.zip"
185
+ },
186
+ {
187
+ "identifier": "SG161222/Realistic_Vision_V2.0",
188
+ "name": "Realistic Vision v2.0",
189
+ "owner": "SG161222",
190
+ "sample_width": 512,
191
+ "sample_height": 512,
192
+ "function": "standard",
193
+ "controlnet_support": true,
194
+ "converter_version": "3.0.0",
195
+ "url": "https://huggingface.co/SG161222/Realistic_Vision_V2.0",
196
+ "original_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/RealisticVision2/512x512/RealisticVision2.zip",
197
+ "original_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/ORIGINAL/RealisticVision2/SafetyChecker.zip",
198
+ "split_einsum_model": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/RealisticVision2/RealisticVision2.zip",
199
+ "split_einsum_model_chunked": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/RealisticVision2/RealisticVision2_chunked.zip",
200
+ "split_einsum_safety_checker": "https://huggingface.co/Guernika/CoreMLStableDiffusion/resolve/main/Models/SPLIT_EINSUM/RealisticVision2/SafetyChecker.zip"
201
  }
202
  ]