mobile_app_open
mobile_app_open copied to clipboard
Implement Stable Diffusion for mobile_back_apple
TODO List
- [ ] Implement Stable Diffusion for CoreML (from the existing TF implementation). Add implementation in Swift, by utilising CoreML API.
- [ ] Convert TF lite models (text_encoder, stable_diffusion_model, decoder) to mlPackage
- [ ] Implement stable diffusion pipeline
@freedomtan
FYR. Apple already implemented Stable Diffusion in Swift. Please check if we can reuse Apple's implementation first. https://github.com/apple/ml-stable-diffusion
the Stable Diffusion v1.5 one we use for 4.1 submission (https://huggingface.co/benjamin-paine/stable-diffusion-v1-5)