I decided to see if I could save myself over 20 GB by installing invokeai using termux instead of ubantu22. I managed to locate the file online, download it, unzip it and even start to install, when I got an error saying I needed python 3.9 or higher. So I used termux to locate and download python. Here is the result
python is already the newest version (3.11.3).
0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.
~/Downloads/InvokeAI-Installer $ ./install.sh
./install.sh: line 15: which: command not found
./install.sh: line 15: which: command not found
./install.sh: line 15: which: command not found
./install.sh: line 15: which: command not found
A suitable Python interpreter could not be found
Please install Python 3.9 or higher before running this script. See instructions at for help.
So I'm wondering if this can be counted as a "Bug" or if I need some type of support for this or if this is a lost cause. Not sure about you but saving 20 GB from it having to install ubuntu22 to run this program would be awesome.