dyscorv / nix-comfyui

ComfyUI as a Nix expression
MIT License
20 stars 5 forks source link

AMD ROCm support #2

Open juuyokka opened 3 months ago

juuyokka commented 3 months ago

Are there plans to support ROCm? I don't have an NVIDIA GPU so I cannot use CUDA.

dyscorv commented 3 months ago

I don't have access to AMD GPUs for testing ROCm support myself. For now, I've added ROCm-enabled ComfyUI as a separate package in the flake. I'd appreciate it if someone with an AMD GPU could test this out and let me know of any issues they encounter.

mkdir -p comfyui && cd comfyui
nix run github:dyscorv/nix-comfyui#rocm.comfyui-with-extensions
augbed commented 2 months ago

Hey, I tried it out and just wanted to let you know that it seems to work fine with AMD GPU and ROCm. Thank you for sharing!