Unable to start comfyui cida ossie

[2025-09-26 22:32:07.932] [error] C:\ComfyUI.venv\Lib\site-packages\torch\cuda_init_.py:63: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you.
import pynvml # type: ignore[import]

[2025-09-26 22:32:10.937] [info] Checkpoint files will always be loaded safely.

[2025-09-26 22:32:11.031] [error] Traceback (most recent call last):

[2025-09-26 22:32:11.032] [error] File “C:\Users\satis\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py”, line 147, in

[2025-09-26 22:32:11.033] [error] import execution

[2025-09-26 22:32:11.034] [error] File “C:\Users\satis\AppData\Local\Programs\ComfyUI\resources\ComfyUI\execution.py”, line 15, in

[2025-09-26 22:32:11.035] [error] import comfy.model_management

[2025-09-26 22:32:11.036] [error] File “C:\Users\satis\AppData\Local\Programs\ComfyUI\resources\ComfyUI\comfy\model_management.py”, line 237, in

[2025-09-26 22:32:11.037] [error] total_vram = get_total_memory(get_torch_device()) / (1024 * 1024)

[2025-09-26 22:32:11.055] [error] File “C:\Users\satis\AppData\Local\Programs\ComfyUI\resources\ComfyUI\comfy\model_management.py”, line 187, in get_torch_device

[2025-09-26 22:32:11.056] [error] return torch.device(torch.cuda.current_device())
[2025-09-26 22:32:11.074] [error] File “C:\ComfyUI.venv\Lib\site-packages\torch\cuda_init_.py”, line 1071, in current_device

[2025-09-26 22:32:11.075] [error] lazy_init()
[2025-09-26 22:32:11.076] [error]
File "C:\ComfyUI.venv\Lib\site-packages\torch\cuda_init
.py", line 403, in _lazy_init

[2025-09-26 22:32:11.077] [error]
[2025-09-26 22:32:11.078] [error] raise AssertionError(“Torch not compiled with CUDA enabled”)

[2025-09-26 22:32:11.079] [error] AssertionError: Torch not compiled with CUDA enabled

NVIDIA Card

If you have an NVIDIA card, please click in to Troubleshooting and reinstall your virtual environment. You will likely need to click the All filter up the top.

Cause: For some reason you have CPU-only torch installed.


Other GPUs

If you DO NOT have an NVIDIA card, please ensure ensure ‘cpu’ is in your launch arguments in ComfyUI\user\default\comfy.settings.json (this folder is in Documents by default, but logs suggest you installed to C:\ComfyUI):

  "Comfy.Server.LaunchArgs": {
    cpu: ""
  },