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.