ComfyUI on Fedora
Installing ComfyUI on Fedora was a bit difficult because pytorch lacked support for Python 3.13. If you are interested in the Python 3.12 instructions see here: comfyuionfedora_old.html.
Installing ComfyUI with a Virtual Environment
mkdir comfyui
cd comfyui
git clone https://github.com/comfyanonymous/ComfyUI
python -m venv venv
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4
pip install comfy-cli
pip install -r ComfyUI/requirements.txt
comfy-cli launch
