Comment on Show HN: InvokeAI, an open source Stable Diffusion toolkit and WebUIparentComments−pja3yIIRC it’s just the standard AMD build from https://repo.radeon.com/rocm/apt/5.2.3/ I think.It’s possible I had to do something weird, but I think it supports Polaris OOB. rocminfo certainly thinks so.I’m running it on Debian testing, with an equivs package to get it to install cleanly: $ cat rocm-equivs Package: amdgpu-driver-fixes Provides: python,libstdc++-7-dev,libgcc-7-dev Architecture: all Description: Fixes the AMD GPU driver installation on Debian testing I had to compile my own version of pytorch to get gfx803 support there.I‘ll see if I can recreate the steps & create a runbook.
Comments
IIRC it’s just the standard AMD build from https://repo.radeon.com/rocm/apt/5.2.3/ I think.
It’s possible I had to do something weird, but I think it supports Polaris OOB. rocminfo certainly thinks so.
I’m running it on Debian testing, with an equivs package to get it to install cleanly:
I had to compile my own version of pytorch to get gfx803 support there.I‘ll see if I can recreate the steps & create a runbook.