It’s necessary for my very important hobby of generating anime nudes.

  • carl://@upload.chat
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    4 months ago

    I can confirm that it works just fine for me. In my case I’m on Arch Linux btw and a 7900XTX, but it needed a few tweaks:

    - Having xformers installed at all would sometimes break startup of stable-diffusion depending on the fork
    - I had an internal and an external GPU, I want to set HIP_VISIBLE_DEVICE so that it only sees the correct one
    - I had to update torch/torchvision and set HSA_OVERRIDE_GFX_VERSION

    I threw what I did into https://github.com/icedream/sd-multiverse/blob/main/scripts/setup-venv.sh#L381-L386 to test several forks.