README / README.md
godly-devotion's picture
Update README.md
60761a1
|
raw
history blame
1.25 kB
---
title: Core ML Models
emoji: 🐱
pinned: false
tags:
- coreml
- stable-diffusion
---
# Core ML Models Repository
Thanks to Apple engineers, we can now run Stable Diffusion on Apple Silicon using Core ML!<br>
However its hard to find compatible models and converting models isn't the easiest thing to do.<br>
By organizing Core ML models in one place, hopefully it will be easier to find them and for everyone to benefit.
## Contributing
Do you have a model that was converted and wish to upload? Join our community or create a Pull Request to get started!<br>
### Repo Name
Repos are named with the original diffusers Hugging Face repo name prefixed by `coreml-`. So for example, `coreml-stable-diffusion-2-1`.
### Repo README Contents
You can copy the beginning template for the README from one of the repo models that already exists here.<br>
Then copy the original model's README as the body.
### Repo Directory Structure
```
coreml-stable-diffusion-2-1
β”œβ”€β”€ README.md
β”œβ”€β”€ original
β”‚ β”œβ”€β”€ stable-diffusion-2-1_original_compiled.zip
β”‚ β”œβ”€β”€ stable-diffusion-2-1_512x768_original_compiled.zip
β”‚ └── ...
└── split_einsum
└── stable-diffusion-2-1_split-einsum_compiled.zip
```