freedomtan / keras_cv_stable_diffusion_to_tflite

Scripts for converting Keras CV Stable Diffusion to tflite
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

Android RAM req? #2

Closed ClashSAN closed 1 year ago

ClashSAN commented 1 year ago

Hi! running the quantized models on android sounds pretty exciting. were you able to run inference with a 4gb device? It is also interesting to know what kind of processor you had used! thanks!

freedomtan commented 1 year ago

Hi! running the quantized models on android sounds pretty exciting. were you able to run inference with a 4gb device? It is also interesting to know what kind of processor you had used! thanks!

never tried on devices with 4 GiB or less. I work for a SoC company, we have all kinds of fancy Android devices with large amount of DRAM. Mainly on devices with MediaTek 9000/9000+/9200 series

ClashSAN commented 1 year ago

thank you for your reply, I hope to learn more by experiment!