Code
Core ML Stable Diffusion – About Stable Diffusion with Core ML on Apple Silicon

Run Stable Diffusion on Apple Silicon with Core ML
This repository comprises:
- python_coreml_stable_diffusion, a Python package for converting PyTorch models to Core ML format and performing image generation with Hugging Face diffusers in Python
- StableDiffusion, a Swift package that developers can add to their Xcode projects as a dependency to deploy image generation capabilities in their apps. The Swift package relies on the Core ML model files generated by python_coreml_stable_diffusion
