Replies: 2 comments 1 reply
-
The AMD mentioned in the instruction refers to GPU, not CPU. |
Beta Was this translation helpful? Give feedback.
-
I had the same issue on Ubuntu 24.04. It turned out to have a simple solution. sudo usermod -a -G render username Do a full reboot. |
Beta Was this translation helpful? Give feedback.
-
I'm having a difficult time installing ComfyUI on my HP AMD Ryzen 7 PRO 5850U processor laptop running POP O/S. For those in the know, I would appreciate some help. I followed the instructions on CofmUI Github for Linux. I'm getting the an error;
ww@pop-os:~/ComfyUI$ python3 main.py
Traceback (most recent call last):
File "/home/jww/ComfyUI/main.py", line 90, in
import execution
File "/home/jww/ComfyUI/execution.py", line 13, in
import nodes
File "/home/jww/ComfyUI/nodes.py", line 21, in
import comfy.diffusers_load
File "/home/jww/ComfyUI/comfy/diffusers_load.py", line 3, in
import comfy.sd
File "/home/jww/ComfyUI/comfy/sd.py", line 5, in
from comfy import model_management
File "/home/jww/ComfyUI/comfy/model_management.py", line 143, in
total_vram = get_total_memory(get_torch_device()) / (1024 * 1024)
File "/home/jww/ComfyUI/comfy/model_management.py", line 112, in get_torch_device
return torch.device(torch.cuda.current_device())
File "/home/jww/.local/lib/python3.10/site-packages/torch/cuda/init.py", line 940, in current_device
_lazy_init()
File "/home/jww/.local/lib/python3.10/site-packages/torch/cuda/init.py", line 319, in _lazy_init
torch._C._cuda_init()
RuntimeError: No HIP GPUs are available
Beta Was this translation helpful? Give feedback.
All reactions