Any Successes in Getting SD running on a Rolling Release Distro?
I have been running Stable Diffusion in a separate partition with Ubuntu 22.04 because my OpenSUSE Tumbleweed installation does not support the ROCm kernels out of the box. I have seen some sporadic attempts on the web from folks looking to get something running on their rolling release distros, like the Arch Linux community.
Just wanna know if anyone else around here has tried something that works with their favourite rolling-release distros?
Nice. I am partial towards the rolling-release model so once my new hard drive arrives, I might take the plunge and just do an Arch install. What's the latest no-frills way to go from installation to a working system for Arch Linux derivatives?
I run automatic webui on Nixos with podman since I don't yet know how to set it up with flakes and python dependancy managment is pretty finicky. Default kernel out of the box. Nixos isn't technically a rolling release, but it is very up to date similar to tumbleweed. Recently got animatediff working which is pretty neat.
Edit: I used Debian:sid as the base image if that helps.
Oh yeah. I like Nix. I have nixpkgs running on Tumbleweed too. But yeah, the base OS needs to be stable to be compatible with ROCm stuff, so that's why I have Ubuntu installed in a separate partition.
ROCm is userspace isn't it though? AMDGPU is the kernel driver. My container host doesn't have any ROCm pkgs installed. Everything is in the container with default kernel setup. I'm sure tumbleweeds kernel is up to date to be able to run it, I just don't know their runtime pkgs needed.
Thanks for the suggestion. The problem is getting the ROCm kernels running. I looked into containers for ROCm support and unsurprisingly, my host OS needs it first.