Trying to get Stable Diffusion / Automatic1111 to work

So, i found two solutions to get ComfyUI working. They should work for other UI’s as well.

  1. Just use this Docker Image: Docker

This is the not so elegant way and only worked once for me:

  1. Clone ComfyUI
    2.1 Create a virtual Python environment (I did not try a nix-shell or flake so far)
    2.2 Source the environment
    2.3 get the nix-autobahn script and place it in the ComfyUI folder: GitHub - Lassulus/nix-autobahn (for some reason nix-ld did not work)
    2.4 create a bash script (I named mine start.sh) with the following content: python main.py
    2.5 run ./nix-autobahn start.sh

Also i had to use HSA_OVERRIDE_GFX_VERSION=10.3.0 because of my GPU, but there should be instructions in the documentation of the UI.

So, I am happy now! Many thanks to everybody :heart:

2 Likes