After daily driving comfy, excessively rendering, working, etc... I now can't open. I assume it's a dependency issue, but I can't figure out how to fix it - please help!
E:\AI_Advantage\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
** ComfyUI startup time: 2024-04-04 16:48:12.545851
** Platform: Windows
** Python version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
** Python executable: E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\python.exe
** Log path: E:\AI_Advantage\ComfyUI_windows_portable\comfyui.log
Prestartup times for custom nodes:
0.0 seconds: E:\AI_Advantage\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
0.0 seconds: E:\AI_Advantage\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
Total VRAM 24564 MB, total RAM 65244 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
VAE dtype: torch.bfloat16
Traceback (most recent call last):
File "E:\AI_Advantage\ComfyUI_windows_portable\ComfyUI\main.py", line 76, in
import execution
File "E:\AI_Advantage\ComfyUI_windows_portable\ComfyUI\execution.py", line 11, in
import nodes
File "E:\AI_Advantage\ComfyUI_windows_portable\ComfyUI\nodes.py", line 21, in
import comfy.diffusers_load
File "E:\AI_Advantage\ComfyUI_windows_portable\ComfyUI\comfy\diffusers_load.py", line 3, in
import comfy.sd
File "E:\AI_Advantage\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 8, in
from .ldm.cascade.stage_c_coder import StageC_coder
File "E:\AI_Advantage\ComfyUI_windows_portable\ComfyUI\comfy\ldm\cascade\stage_c_coder.py", line 19, in
import torchvision
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torchvision_init_.py", line 6, in
from torchvision import meta_registrations, datasets, io, models, ops, transforms, utils
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torchvision\models_init.py", line 2, in
from .convnext import *
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torchvision\models\convnext.py", line 8, in
from ..ops.misc import Conv2dNormActivation, Permute
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torchvision\ops_init_.py", line 1, in
from .register_onnx_ops import register_custom_op
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torchvision\ops_register_onnx_ops.py", line 5, in
from torch.onnx import symbolic_opset11 as opset11
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\onnx_init.py", line 46, in
from .internal.exporter import ( # usort:skip. needs to be last to avoid circular import
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\onnx_internal\exporter.py", line 44, in
from torch.onnx.internal.fx import (
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\onnx_internal\fx_init.py", line 1, in
from .patcher import ONNXTorchPatcher
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\onnx_internal\fx\patcher.py", line 11, in
import transformers # type: ignore[import]
^^^^^^^^^^^^^^^^^^^
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers_init.py", line 26, in
from . import dependency_versions_check
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\dependency_versions_check.py", line 16, in
from .utils.versions import require_version, require_version_core
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils_init.py", line 33, in
from .generic import (
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils\generic.py", line 31, in
from .import_utils import (
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils\import_utils.py", line 266, in
torch_version = version.parse(_torch_version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\packaging\version.py", line 54, in parse
return Version(version)
^^^^^^^^^^^^^^^^
File "E:\AI_Advantage\ComfyUI_windows_portable\python_embeded\Lib\site-packages\packaging\version.py", line 198, in init
match = self._regex.search(version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: expected string or bytes-like object, got 'NoneType'
E:\AI_Advantage\ComfyUI_windows_portable>pause
Press any key to continue . . .