Join Nostr
2026-07-05 01:56:39 UTC

Aethernal McAwesome on Nostr: Setting up #ComfyUI for Linux with Radeon GPU ended being way easier than ...

Setting up #ComfyUI for Linux with Radeon GPU ended being way easier than anticipated.

1. Install latest version of ROCm.
2. With pip, install a pyTorch build for that ROCm version.
3. Clone ComfyUI repo.
4. Create a Python virtual environment and activate it.
5. Install the Python packages from requirements.

Then if everything was done right, you'll be able to bring up ComfyUI server without errors. The interface can be reached via browser from localhost port 8188.