Gentoo † Install ComfyUI on Gentoo with AMD ROCm
# check installed ROCm version
emerge --search dev-libs/rocm-opencl-runtime
git clone --depth 1 https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
uv venv
uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm7.1
uv pip install -r requirements.txt
uv run main.py
17:53 09.06.2025 (updated on 16:10 15.02.2026)