Gentoo > Install ComfyUI on Gentoo with AMD ROCm
git clone --depth 1 https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
python3 -m venv venv
source venv/bin/activate
# check installed ROCm version
emerge --search dev-libs/rocm-opencl-runtime
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3
pip install -r requirements.txt
17:53 09.06.2025