2023-08-24
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...