JollyDevelopment
JollyDevelopment
@Starcatcher2009 check the version of CUDA you have. I ran into something similar and found that the pytorch version I had only likes CUDA 10.2 and 11.1. I had 11.7...
@Ulf3000 check the ~/.invokeai file on your system. When I set this up first I didn't realize how it would set the working directories and such in the initial wizard...
For what its worth, I just went to go see if quickemu could spin up a [postmarketos](https://postmarketos.org/) vm or a [pine64-arch](https://github.com/dreemurrs-embedded/Pine64-Arch) vm. I did some dev work for fun for...
I got this to work accidentally, because of what https://github.com/AstraExt/astra-monitor said to do to get theirs to work. ``` environment.systemPackages = with pkgs; [ .... gnomeExtensions.system-monitor-next libgtop .... ]; environment.variables...