Stable Diffusion 1.5 Inpainting (Core ML)
This is a Core ML conversion of Stable Diffusion v1.5 Inpainting optimized for on-device inference on Apple Silicon.
Model Details
| Property | Value |
|---|---|
| Original Model | Stable Diffusion v1.5 Inpainting |
| Parameters | 860 million |
| Resolution | 512x512 |
| Format | Core ML (.mlmodelc) |
| Compute Units | CPU + Neural Engine |
Intended Use
This model is optimized for:
- iOS/macOS Deployment: Native Apple Silicon inference
- Inpainting Tasks: Fill in masked areas of images
- Object Removal: Remove unwanted objects from photos
- Creative Editing: Artistic transformations of image regions
Capabilities
- Mask-based Editing: Paint areas to regenerate
- Seamless Blending: Natural integration with original content
- Artistic Styles: Works well with stylized content
- Fast Inference: Lighter than SD 2.1, quicker iterations
Bundle Contents
TextEncoder.mlmodelc- CLIP text encoderUnet.mlmodelc- 9-channel UNet (latent + masked image + mask)VAEDecoder.mlmodelc- Variational autoencoder decoderVAEEncoder.mlmodelc- Variational autoencoder encodervocab.json- Tokenizer vocabularymerges.txt- BPE merges
Usage
Compatible with Apple's ml-stable-diffusion framework and iOS apps using Core ML.
License
This model is released under the CreativeML Open RAIL-M license.
Attribution
- Original Model: Stable Diffusion v1.5 Inpainting by Runway ML
- Core ML Conversion: jc-builds
Model tree for jc-builds/sd-v1-5-inpainting-coreml
Base model
runwayml/stable-diffusion-inpainting