Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 923 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 923 Bytes

Diffusion_models_app

Showcase of diffusion models. Goes along with the notebook

Medium post here

Tokenizer with python implementation is used on master branch.

Diffusion and Decoder model are running online due to map errors.

You can download the encoder.tflite here and place it inside the assets folder or the internal storage of the mobile phone.

New branch created. Added python notebook at colab_ngrok branch.

Check loadModelFromInternalStorage method at DiffusionExecutor to see where to upload the .tflite file of the Encoder.