[2024-12-11 21:44:28.833] [info] [START] Security scan
[DONE] Security scan
ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time:
[2024-12-11 21:44:28.835] [info] 2024-12-11 21:44:28.832933
** Platform: Darwin
** Python version: 3.12.4 (main, Jul 25 2024, 22:11:22) [Clang 18.1.8 ]
** Python executable: /Applications/ComfyUI/.venv/bin/python
** ComfyUI Path: /Applications/ComfyUI.app/Contents/Resources/ComfyUI
** Log path: /Applications/ComfyUI/comfyui.log
[2024-12-11 21:44:29.467] [error]
[notice] A new release of pip is available: 24.0 → 24.3.1
[notice] To update, run: /Applications/ComfyUI/.venv/bin/python -m pip install --upgrade pip
[2024-12-11 21:44:29.727] [error]
[notice] A new release of pip is available: 24.0 → 24.3.1
[notice] To update, run: /Applications/ComfyUI/.venv/bin/python -m pip install --upgrade pip
[2024-12-11 21:49:45.358] [error]
[notice] A new release of pip is available: 24.0 → 24.3.1
[notice] To update, run: /Applications/ComfyUI/.venv/bin/python -m pip install --upgrade pip
[2024-12-11 21:49:45.437] [info]
Prestartup times for custom nodes:
317.9 seconds:
[2024-12-11 21:49:45.438] [info] /Applications/ComfyUI.app/Contents/Resources/ComfyUI/custom_nodes/ComfyUI-Manager
[2024-12-11 21:49:57.209] [error] Traceback (most recent call last):
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/main.py”, line 91, in
[2024-12-11 21:49:57.210] [error] import execution
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/execution.py”, line 13, in
import nodes
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/nodes.py”, line 22, in
import comfy.diffusers_load
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/comfy/diffusers_load.py”, line 3, in
import comfy.sd
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/comfy/sd.py”, line 6, in
from comfy import model_management
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/comfy/model_management.py”, line 145, in
total_vram = get_total_memory(get_torch_device()) / (1024 * 1024)
[2024-12-11 21:49:57.210] [error] ^^^^^^^^^^^^^^^^^^
File “/Applications/ComfyUI.app/Contents/Resources/ComfyUI/comfy/model_management.py”, line 114, in get_torch_device
[2024-12-11 21:49:57.210] [error] return torch.device(torch.cuda.current_device())
[2024-12-11 21:49:57.211] [error] ^^^^^^^^^^^^^^
[2024-12-11 21:49:57.211] [error] ^^^^^^^^^^^^^
File “/Applications/ComfyUI/.venv/lib/python3.12/site-packages/torch/cuda/init.py”, line 953, in current_device
[2024-12-11 21:49:57.211] [error] _lazy_init()
File “/Applications/ComfyUI/.venv/lib/python3.12/site-packages/torch/cuda/init.py”, line 310, in _lazy_init
[2024-12-11 21:49:57.211] [error] raise AssertionError(“Torch not compiled with CUDA enabled”)
[2024-12-11 21:49:57.212] [error] AssertionError: Torch not compiled with CUDA enabled