Spaces:
Configuration error
Configuration error
godly-devotion
commited on
Commit
β’
4729eb5
1
Parent(s):
60761a1
Update README.md
Browse files
README.md
CHANGED
@@ -9,10 +9,20 @@ tags:
|
|
9 |
|
10 |
# Core ML Models Repository
|
11 |
|
|
|
|
|
12 |
Thanks to Apple engineers, we can now run Stable Diffusion on Apple Silicon using Core ML!<br>
|
13 |
However its hard to find compatible models and converting models isn't the easiest thing to do.<br>
|
14 |
By organizing Core ML models in one place, hopefully it will be easier to find them and for everyone to benefit.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Contributing
|
17 |
|
18 |
Do you have a model that was converted and wish to upload? Join our community or create a Pull Request to get started!<br>
|
|
|
9 |
|
10 |
# Core ML Models Repository
|
11 |
|
12 |
+
βββ **Scroll down to see models** βββ
|
13 |
+
|
14 |
Thanks to Apple engineers, we can now run Stable Diffusion on Apple Silicon using Core ML!<br>
|
15 |
However its hard to find compatible models and converting models isn't the easiest thing to do.<br>
|
16 |
By organizing Core ML models in one place, hopefully it will be easier to find them and for everyone to benefit.
|
17 |
|
18 |
+
## `split_einsum` vs `original` Models
|
19 |
+
|
20 |
+
Depending on what compute unit you select, you will need to use the correct model version.<br>
|
21 |
+
Some model versions may also generate other image sizes and are named as such.
|
22 |
+
|
23 |
+
`split_einsum` version is compatible with all compute unit options including Neural Engine.<br>
|
24 |
+
`original` version is only compatible with CPU & GPU option.
|
25 |
+
|
26 |
## Contributing
|
27 |
|
28 |
Do you have a model that was converted and wish to upload? Join our community or create a Pull Request to get started!<br>
|