godly-devotion
commited on
Commit
•
585677a
1
Parent(s):
b8cf944
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
tags:
|
4 |
+
- coreml
|
5 |
+
- stable-diffusion
|
6 |
+
- text-to-image
|
7 |
+
---
|
8 |
+
|
9 |
+
# Core ML Converted Model
|
10 |
+
This model was converted to Core ML for use on Apple Silicon devices by following Apple's instructions [here](https://github.com/apple/ml-stable-diffusion#-converting-models-to-core-ml).<br>
|
11 |
+
Provide the model to an app such as [Mochi Diffusion](https://github.com/godly-devotion/mochi-diffusion) to generate images.<br>
|
12 |
+
|
13 |
+
`split_einsum` version is compatible with all compute unit options including Neural Engine.<br>
|
14 |
+
`original` version is only compatible with CPU & GPU option.
|