runtime error
yUI-from-StabilityAI-Official/comfy/model_management.py", line 114, in <module> total_vram = get_total_memory(get_torch_device()) / (1024 * 1024) File "/home/user/app/repositories/ComfyUI-from-StabilityAI-Official/comfy/model_management.py", line 83, in get_torch_device return torch.device(torch.cuda.current_device()) File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/torch/cuda/__init__.py", line 674, in current_device _lazy_init() File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/torch/cuda/__init__.py", line 247, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx Traceback (most recent call last): File "/home/user/app/launch.py", line 110, in <module> from webui import * File "/home/user/app/webui.py", line 10, in <module> import modules.flags as flags File "/home/user/app/modules/flags.py", line 1, in <module> import comfy.samplers File "/home/user/app/repositories/ComfyUI-from-StabilityAI-Official/comfy/samplers.py", line 5, in <module> from comfy import model_management File "/home/user/app/repositories/ComfyUI-from-StabilityAI-Official/comfy/model_management.py", line 114, in <module> total_vram = get_total_memory(get_torch_device()) / (1024 * 1024) File "/home/user/app/repositories/ComfyUI-from-StabilityAI-Official/comfy/model_management.py", line 83, in get_torch_device return torch.device(torch.cuda.current_device()) File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/torch/cuda/__init__.py", line 674, in current_device _lazy_init() File "/home/user/.pyenv/versions/3.10.12/lib/python3.10/site-packages/torch/cuda/__init__.py", line 247, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx
Container logs:
Fetching error logs...