mobile_app_open icon indicating copy to clipboard operation
mobile_app_open copied to clipboard

Implement Stable Diffusion for mobile_back_apple

Open anhappdev opened this issue 1 year ago • 3 comments

anhappdev avatar Sep 19 '24 01:09 anhappdev

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

RSMNYS avatar Oct 01 '24 06:10 RSMNYS

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

freedomtan avatar Oct 01 '24 07:10 freedomtan

the Stable Diffusion v1.5 one we use for 4.1 submission (https://huggingface.co/benjamin-paine/stable-diffusion-v1-5)

freedomtan avatar Oct 08 '24 05:10 freedomtan