Author: Viet

Running Stable Diffusion in pure C/C++ in Termux on Android

I came across this repository leejet/stable-diffusion.cpp, which is an implementation of Stable Diffusion in pure C/C++, and I decided to try it out on my Android phone to see the performance of text-to-image generator. The instruction in the repository is already very detailed and straight-forward. I just needed to run few commands below in Termux to install necessary components before...

Testing Stable Diffusion with ncnn framework in Termux on Android

From the Github repository Tencent/ncnn: ncnn is a high-performance neural network inference computing framework optimized for mobile platforms. ncnn is deeply considerate about deployment and uses on mobile phones from the beginning of design. ncnn does not have third party dependencies. Another very good thing is that the ncnn framework supports GPU acceleration via Vulkan API. ncnn was added to...