So, i found two solutions to get ComfyUI working. They should work for other UI’s as well.
- Just use this Docker Image: Docker
This is the not so elegant way and only worked once for me:
- 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 thenix-autobahn
script and place it in the ComfyUI folder: GitHub - Lassulus/nix-autobahn (for some reasonnix-ld
did not work)
2.4 create a bash script (I named minestart.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