I’d like to play with a personal instance of Stable Diffusion. I could install it directly on this Debian GNU/Linux box, but that requires a weird dance involving installing a downgrade to Python (among other things). Anyone know of a downloadable VM from virtualboxes.org or somewhere? Otherwise I will just roll my own, but one that has been optimized and tested by many others would presumably save me some time.
Thanks.
And according to that very GitHub, you have to downgrade Python to 3.10, or create a sandbox. I wish to do neither. For me, it’s cleaner to create a whole virtual environment than a sandbox.
I’m old school. Programs should not requires system-level changes, period end of sentence. I miss static compilation.