Recreating venv installs non-functioning version of torch without the proper backend

If you recreate the venv, the default version of torch is installed instead of the one that is specific for your hardware. This causes comfy to fail launching with “cuda not installed” error (same error for AMD backend), thus recreating venv is guaranteed to brick your install.

Is this the same problem I’m having? I can’t even get ComfyUI Desktop to start. I tried deleting everything and reinstalling and I get this in the logs. Bummed out since I was having a good time this weekend learning how to do different things. Now I can’t do anything. Thanks!

[2026-03-08 19:39:51.915] [info] [ComfyUI-Manager] Skipped fixing the ‘comfyui-frontend-package’ dependency because the ComfyUI is outdated.

[2026-03-08 19:39:51.917] [info] [PRE] ComfyUI-Manager

[2026-03-08 19:39:54.395] [error] Traceback (most recent call last):
File “C:\Users\Administrator\AppData\Local\Programs\ComfyUI\resources\ComfyUI\main.py”, line 181, in
import comfy.utils

[2026-03-08 19:39:54.398] [error] File “C:\Users\Administrator\AppData\Local\Programs\ComfyUI\resources\ComfyUI\comfy\utils.py”, line 20, in
import torch
File “C:\Users\Administrator\Documents\ComfyUI.venv\Lib\site-packages\torch_init_.py”, line 1894, in

[2026-03-08 19:39:54.401] [error] from torch import storage as storage # usort: skip
^^^^^^^^^^^^^^^^^^^^
[2026-03-08 19:39:54.403] [error] ^^^^^^^^^^^^^^^^
File “C:\Users\Administrator\Documents\ComfyUI.venv\Lib\site-packages\torch\storage.py”, line 27, in

[2026-03-08 19:39:54.405] [error] import numpy as np
File “C:\Users\Administrator\Documents\ComfyUI.venv\Lib\site-packages\numpy_init_.py”, line 125, in

[2026-03-08 19:39:54.407] [error] from numpy.config import show_config
File “C:\Users\Administrator\Documents\ComfyUI.venv\Lib\site-packages\numpy_config_.py”, line 4, in
from numpy._core.multiarray_umath import (
File "C:\Users\Administrator\Documents\ComfyUI.venv\Lib\site-packages\numpy_core_init
.py", line 22, in

[2026-03-08 19:39:54.410] [error] from . import multiarray
File “C:\Users\Administrator\Documents\ComfyUI.venv\Lib\site-packages\numpy_core\multiarray.py”, line 11, in
from . import _multiarray_umath, overrides
ImportError: cannot load module more than once per process

2026-03-08 19:39:54.412\] \[error