RPComfy / ComfyUI /comfyui_3000.log
Metaphysix2's picture
Upload folder using huggingface_hub
3e5f61c
** ComfyUI startup time: 2024-01-02 08:04:32.277926
** Platform: Linux
** Python version: 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]
** Python executable: /venv/bin/python
** Log path: /workspace/ComfyUI/comfyui.log
Prestartup times for custom nodes:
0.2 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
Traceback (most recent call last):
File "/workspace/ComfyUI/main.py", line 76, in <module>
import execution
File "/workspace/ComfyUI/execution.py", line 13, in <module>
import nodes
File "/workspace/ComfyUI/nodes.py", line 20, in <module>
import comfy.diffusers_load
File "/workspace/ComfyUI/comfy/diffusers_load.py", line 4, in <module>
import comfy.sd
File "/workspace/ComfyUI/comfy/sd.py", line 5, in <module>
from comfy import model_management
File "/workspace/ComfyUI/comfy/model_management.py", line 118, in <module>
total_vram = get_total_memory(get_torch_device()) / (1024 * 1024)
File "/workspace/ComfyUI/comfy/model_management.py", line 87, in get_torch_device
return torch.device(torch.cuda.current_device())
File "/venv/lib/python3.10/site-packages/torch/cuda/__init__.py", line 674, in current_device
_lazy_init()
File "/venv/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