Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Comfy install comes with Torch 2.4.1, If you install manually an older version (such as 2.4.0) then whenever you press "install missing nodes" for some extensions, it deletes your older Torch libraries (2.4.0) -> then stops working all together. #1136

Open
GPU-server opened this issue Oct 10, 2024 · 6 comments

Comments

@GPU-server
Copy link

GPU-server commented Oct 10, 2024

After downloading comfyUI portable (FRESH INSTALLATION), going to python embedded directoty and removing Torch 2.4.1, then installing Torch 2.4.0, then trying to install the very difficult to install 3D pack extention.
You open one of the workflows for that extension. Simple one that only require the extension nodes, could work.
You open another workflow from the example list (https://github.com/MrForExample/ComfyUI-3D-Pack/tree/main/_Example_Workflows) and you see that you have "missing nodes" from OTHER unrelated extensions.
You click "installing missing nodes" -> Press Restart ->
ComfyUI detects 2.4.0 and UNINSTALL IT.
As described here: MrForExample/ComfyUI-3D-Pack#341

other Reference:
comfyanonymous/ComfyUI#5196

Example of logs where we can see torch 2.4.0 being unisntalled, then resulting in comfyUI not being able to start:

## ComfyUI-Manager: installing dependencies done.
[2024-10-09 22:05] ** ComfyUI startup time: (REDACTED for GITHUB)
[2024-10-09 22:05] ** Platform: Windows
[2024-10-09 22:05] ** Python version: 3.11.9 ((REDACTED for GITHUB))
[2024-10-09 22:05] ** Python executable: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\python.exe
[2024-10-09 22:05] ** ComfyUI Path: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI
[2024-10-09 22:05] ** Log path: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\comfyui.log
[2024-10-09 22:05] 
#######################################################################
[2024-10-09 22:05] [ComfyUI-Manager] Starting dependency installation/(de)activation for the extension
[2024-10-09 22:05] 
[2024-10-09 22:05] 
## ComfyUI-Manager: EXECUTE => ['D:\\NewInstalls\\comfy4\\ComfyUI_windows_portable_nvidia\\ComfyUI_windows_portable\\python_embeded\\python.exe', '-m', 'pip', 'install', 'colour-science']
[2024-10-09 22:05] 
## Execute install/(de)activation script for 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials'
[2024-10-09 22:05]  Collecting colour-science
[2024-10-09 22:05]    Using cached colour_science-0.4.4-py3-none-any.whl.metadata (53 kB)
[2024-10-09 22:05]       Using cached colour_science-0.4.4-py3-none-any.whl (2.3 MB)
[2024-10-09 22:05]  Installing collected packages: colour-science
[2024-10-09 22:05]  Successfully installed colour-science-0.4.4
[2024-10-09 22:05] 
## ComfyUI-Manager: EXECUTE => ['D:\\NewInstalls\\comfy4\\ComfyUI_windows_portable_nvidia\\ComfyUI_windows_portable\\python_embeded\\python.exe', '-m', 'pip', 'install', 'pixeloe']
[2024-10-09 22:05] 
## Execute install/(de)activation script for 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials'
[2024-10-09 22:05]  Collecting pixeloe
[2024-10-09 22:05]    Downloading pixeloe-0.0.10.tar.gz (13 kB)
[2024-10-09 22:05]    Preparing metadata (setup.py): started
[2024-10-09 22:05]    Preparing metadata (setup.py): finished with status 'done'
[2024-10-09 22:05]     Building wheels for collected packages: pixeloe
[2024-10-09 22:05]    Building wheel for pixeloe (setup.py): started
[2024-10-09 22:05]    Building wheel for pixeloe (setup.py): finished with status 'done'
[2024-10-09 22:05]    Created wheel for pixeloe: filename=pixeloe-0.0.10-py3-none-any.whl size=13765 sha256=182e477cca5d7407bc6cd5c59f10c61be0201991a890b2e451b7d77bbb7376fd
[2024-10-09 22:05]    Stored in directory: c:\users\XXX\appdata\local\pip\cache\wheels\fe\1a\62\5aa5c84a386eb287dacac2f10585d8c35c15bdb337710c7c27
[2024-10-09 22:05]  Successfully built pixeloe
[2024-10-09 22:05]  Installing collected packages: pixeloe
[2024-10-09 22:05] [!]   WARNING: The scripts pixeloe.outline.exe and pixeloe.pixelize.exe are installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:05] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:05]  Successfully installed pixeloe-0.0.10
[2024-10-09 22:05] 
## ComfyUI-Manager: EXECUTE => ['D:\\NewInstalls\\comfy4\\ComfyUI_windows_portable_nvidia\\ComfyUI_windows_portable\\python_embeded\\python.exe', '-m', 'pip', 'install', 'transparent-background']
[2024-10-09 22:05] 
## Execute install/(de)activation script for 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials'
[2024-10-09 22:05]  Collecting transparent-background
[2024-10-09 22:05]    Downloading transparent_background-1.3.3-py3-none-any.whl.metadata (14 kB)
[2024-10-09 22:05]        Collecting gdown>=4.5.4 (from transparent-background)
[2024-10-09 22:05]    Using cached gdown-5.2.0-py3-none-any.whl.metadata (5.8 kB)
[2024-10-09 22:05]  Collecting wget>=3.2 (from transparent-background)
[2024-10-09 22:05]    Using cached wget-3.2-py3-none-any.whl
[2024-10-09 22:05]  Collecting easydict>=1.10 (from transparent-background)
[2024-10-09 22:05]    Using cached easydict-1.13-py3-none-any.whl.metadata (4.2 kB)
[2024-10-09 22:05]   Collecting albumentations>=1.3.1 (from transparent-background)
[2024-10-09 22:05]    Downloading albumentations-1.4.18-py3-none-any.whl.metadata (32 kB)
[2024-10-09 22:05]  Collecting albucore==0.0.16 (from transparent-background)
[2024-10-09 22:05]    Downloading albucore-0.0.16-py3-none-any.whl.metadata (3.1 kB)
[2024-10-09 22:05]  Collecting flet>=0.23.1 (from transparent-background)
[2024-10-09 22:05]    Downloading flet-0.24.1-py3-none-win_amd64.whl.metadata (3.2 kB)
[2024-10-09 22:05]   Collecting opencv-python-headless>=4.9.0.80 (from albucore==0.0.16->transparent-background)
[2024-10-09 22:05]    Using cached opencv_python_headless-4.10.0.84-cp37-abi3-win_amd64.whl.metadata (20 kB)
[2024-10-09 22:05]  Collecting numpy>=1.24 (from albucore==0.0.16->transparent-background)
[2024-10-09 22:05]    Using cached numpy-2.1.2-cp311-cp311-win_amd64.whl.metadata (59 kB)
[2024-10-09 22:05]    Collecting pydantic>=2.7.0 (from albumentations>=1.3.1->transparent-background)
[2024-10-09 22:05]    Using cached pydantic-2.9.2-py3-none-any.whl.metadata (149 kB)
[2024-10-09 22:05]  INFO: pip is looking at multiple versions of albumentations to determine which version is compatible with other requirements. This could take a while.
[2024-10-09 22:05]  Collecting albumentations>=1.3.1 (from transparent-background)
[2024-10-09 22:05]    Downloading albumentations-1.4.17-py3-none-any.whl.metadata (38 kB)
[2024-10-09 22:05]    Downloading albumentations-1.4.16-py3-none-any.whl.metadata (38 kB)
[2024-10-09 22:05]    Downloading albumentations-1.4.15-py3-none-any.whl.metadata (38 kB)
[2024-10-09 22:05]  Collecting eval-type-backport (from albumentations>=1.3.1->transparent-background)
[2024-10-09 22:05]    Using cached eval_type_backport-0.2.0-py3-none-any.whl.metadata (2.2 kB)
[2024-10-09 22:05]  Collecting cookiecutter<3.0.0,>=2.6.0 (from flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached cookiecutter-2.6.0-py3-none-any.whl.metadata (7.3 kB)
[2024-10-09 22:05]  Collecting fastapi<1,>=0 (from flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached fastapi-0.115.0-py3-none-any.whl.metadata (27 kB)
[2024-10-09 22:05]  Collecting flet-runtime==0.24.1 (from flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Downloading flet_runtime-0.24.1-py3-none-any.whl.metadata (1.1 kB)
[2024-10-09 22:05]  Collecting packaging<24.0,>=23.1 (from flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
[2024-10-09 22:05]  Collecting qrcode<8.0.0,>=7.4.2 (from flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached qrcode-7.4.2-py3-none-any.whl.metadata (17 kB)
[2024-10-09 22:05]  Collecting uvicorn<1,>=0 (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Downloading uvicorn-0.31.1-py3-none-any.whl.metadata (6.6 kB)
[2024-10-09 22:05]  Collecting watchdog<5.0.0,>=4.0.0 (from flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached watchdog-4.0.2-py3-none-win_amd64.whl.metadata (38 kB)
[2024-10-09 22:05]  Collecting flet-core==0.24.1 (from flet-runtime==0.24.1->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Downloading flet_core-0.24.1-py3-none-any.whl.metadata (971 bytes)
[2024-10-09 22:05]  Collecting httpx<1,>=0 (from flet-runtime==0.24.1->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
[2024-10-09 22:05]  Collecting oauthlib<4.0.0,>=3.2.2 (from flet-runtime==0.24.1->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB)
[2024-10-09 22:05]  Collecting repath<0.10.0,>=0.9.0 (from flet-core==0.24.1->flet-runtime==0.24.1->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached repath-0.9.0-py3-none-any.whl.metadata (899 bytes)
[2024-10-09 22:05]  Collecting beautifulsoup4 (from gdown>=4.5.4->transparent-background)
[2024-10-09 22:05]    Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
[2024-10-09 22:05]            Collecting torch>=1.7.1 (from transparent-background)
[2024-10-09 22:05]    Using cached torch-2.4.1-cp311-cp311-win_amd64.whl.metadata (27 kB)
[2024-10-09 22:05]    Collecting binaryornot>=0.4.4 (from cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached binaryornot-0.4.4-py2.py3-none-any.whl.metadata (6.0 kB)
[2024-10-09 22:05]   Collecting python-slugify>=4.0.0 (from cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached python_slugify-8.0.4-py2.py3-none-any.whl.metadata (8.5 kB)
[2024-10-09 22:05]  Collecting arrow (from cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached arrow-1.3.0-py3-none-any.whl.metadata (7.5 kB)
[2024-10-09 22:05]   Collecting starlette<0.39.0,>=0.37.2 (from fastapi<1,>=0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached starlette-0.38.6-py3-none-any.whl.metadata (6.0 kB)
[2024-10-09 22:05]   Collecting annotated-types>=0.6.0 (from pydantic>=2.7.0->albumentations>=1.3.1->transparent-background)
[2024-10-09 22:05]    Using cached annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB)
[2024-10-09 22:05]  Collecting pydantic-core==2.23.4 (from pydantic>=2.7.0->albumentations>=1.3.1->transparent-background)
[2024-10-09 22:05]    Downloading pydantic_core-2.23.4-cp311-none-win_amd64.whl.metadata (6.7 kB)
[2024-10-09 22:05]  Collecting pypng (from qrcode<8.0.0,>=7.4.2->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached pypng-0.20220715.0-py3-none-any.whl.metadata (13 kB)
[2024-10-09 22:05]     Collecting h11>=0.8 (from uvicorn<1,>=0->uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
[2024-10-09 22:05]  Collecting httptools>=0.5.0 (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached httptools-0.6.1-cp311-cp311-win_amd64.whl.metadata (3.7 kB)
[2024-10-09 22:05]  Collecting python-dotenv>=0.13 (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
[2024-10-09 22:05]  Collecting watchfiles>=0.13 (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Downloading watchfiles-0.24.0-cp311-none-win_amd64.whl.metadata (5.0 kB)
[2024-10-09 22:05]  Collecting websockets>=10.4 (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Downloading websockets-13.1-cp311-cp311-win_amd64.whl.metadata (7.0 kB)
[2024-10-09 22:05]  Collecting soupsieve>1.2 (from beautifulsoup4->gdown>=4.5.4->transparent-background)
[2024-10-09 22:05]    Using cached soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
[2024-10-09 22:05]      Collecting PySocks!=1.5.7,>=1.5.6 (from requests[socks]->gdown>=4.5.4->transparent-background)
[2024-10-09 22:05]    Using cached PySocks-1.7.1-py3-none-any.whl.metadata (13 kB)
[2024-10-09 22:05]   Collecting chardet>=3.0.2 (from binaryornot>=0.4.4->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
[2024-10-09 22:05]  Collecting anyio (from httpx<1,>=0->flet-runtime==0.24.1->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached anyio-4.6.0-py3-none-any.whl.metadata (4.6 kB)
[2024-10-09 22:05]  Collecting httpcore==1.* (from httpx<1,>=0->flet-runtime==0.24.1->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached httpcore-1.0.6-py3-none-any.whl.metadata (21 kB)
[2024-10-09 22:05]  Collecting sniffio (from httpx<1,>=0->flet-runtime==0.24.1->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
[2024-10-09 22:05]  Collecting text-unidecode>=1.3 (from python-slugify>=4.0.0->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Using cached text_unidecode-1.3-py2.py3-none-any.whl.metadata (2.4 kB)
[2024-10-09 22:05]   Collecting types-python-dateutil>=2.8.10 (from arrow->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background)
[2024-10-09 22:05]    Downloading types_python_dateutil-2.9.0.20241003-py3-none-any.whl.metadata (1.9 kB)
[2024-10-09 22:05]      Downloading transparent_background-1.3.3-py3-none-any.whl (31 kB)
[2024-10-09 22:05]  Downloading albucore-0.0.16-py3-none-any.whl (9.5 kB)
[2024-10-09 22:05]  Downloading albumentations-1.4.15-py3-none-any.whl (200 kB)
[2024-10-09 22:05]  Using cached easydict-1.13-py3-none-any.whl (6.8 kB)
[2024-10-09 22:05]  Downloading flet-0.24.1-py3-none-win_amd64.whl (42.7 MB)
[2024-10-09 22:05]     ---------------------------------------- 42.7/42.7 MB 60.4 MB/s eta 0:00:00
[2024-10-09 22:05]  Downloading flet_runtime-0.24.1-py3-none-any.whl (19 kB)
[2024-10-09 22:05]  Downloading flet_core-0.24.1-py3-none-any.whl (412 kB)
[2024-10-09 22:05]  Using cached gdown-5.2.0-py3-none-any.whl (18 kB)
[2024-10-09 22:05]  Using cached torch-2.4.1-cp311-cp311-win_amd64.whl (199.4 MB)
[2024-10-09 22:05]  Using cached cookiecutter-2.6.0-py3-none-any.whl (39 kB)
[2024-10-09 22:05]  Using cached fastapi-0.115.0-py3-none-any.whl (94 kB)
[2024-10-09 22:05]  Using cached numpy-2.1.2-cp311-cp311-win_amd64.whl (12.9 MB)
[2024-10-09 22:05]  Using cached opencv_python_headless-4.10.0.84-cp37-abi3-win_amd64.whl (38.8 MB)
[2024-10-09 22:05]  Using cached packaging-23.2-py3-none-any.whl (53 kB)
[2024-10-09 22:05]  Using cached pydantic-2.9.2-py3-none-any.whl (434 kB)
[2024-10-09 22:05]  Downloading pydantic_core-2.23.4-cp311-none-win_amd64.whl (1.9 MB)
[2024-10-09 22:05]     ---------------------------------------- 1.9/1.9 MB 51.7 MB/s eta 0:00:00
[2024-10-09 22:05]  Using cached qrcode-7.4.2-py3-none-any.whl (46 kB)
[2024-10-09 22:05]  Downloading uvicorn-0.31.1-py3-none-any.whl (63 kB)
[2024-10-09 22:05]  Using cached watchdog-4.0.2-py3-none-win_amd64.whl (82 kB)
[2024-10-09 22:05]  Using cached beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
[2024-10-09 22:05]  Using cached eval_type_backport-0.2.0-py3-none-any.whl (5.9 kB)
[2024-10-09 22:05]  Using cached annotated_types-0.7.0-py3-none-any.whl (13 kB)
[2024-10-09 22:05]  Using cached binaryornot-0.4.4-py2.py3-none-any.whl (9.0 kB)
[2024-10-09 22:05]  Using cached h11-0.14.0-py3-none-any.whl (58 kB)
[2024-10-09 22:05]  Using cached httptools-0.6.1-cp311-cp311-win_amd64.whl (55 kB)
[2024-10-09 22:05]  Using cached httpx-0.27.2-py3-none-any.whl (76 kB)
[2024-10-09 22:05]  Using cached httpcore-1.0.6-py3-none-any.whl (78 kB)
[2024-10-09 22:05]  Using cached oauthlib-3.2.2-py3-none-any.whl (151 kB)
[2024-10-09 22:05]  Using cached PySocks-1.7.1-py3-none-any.whl (16 kB)
[2024-10-09 22:05]  Using cached python_dotenv-1.0.1-py3-none-any.whl (19 kB)
[2024-10-09 22:05]  Using cached python_slugify-8.0.4-py2.py3-none-any.whl (10 kB)
[2024-10-09 22:05]  Using cached soupsieve-2.6-py3-none-any.whl (36 kB)
[2024-10-09 22:05]  Using cached starlette-0.38.6-py3-none-any.whl (71 kB)
[2024-10-09 22:05]  Downloading watchfiles-0.24.0-cp311-none-win_amd64.whl (277 kB)
[2024-10-09 22:05]  Downloading websockets-13.1-cp311-cp311-win_amd64.whl (159 kB)
[2024-10-09 22:05]  Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
[2024-10-09 22:05]  Using cached pypng-0.20220715.0-py3-none-any.whl (58 kB)
[2024-10-09 22:05]  Using cached anyio-4.6.0-py3-none-any.whl (89 kB)
[2024-10-09 22:05]  Using cached chardet-5.2.0-py3-none-any.whl (199 kB)
[2024-10-09 22:05]  Using cached repath-0.9.0-py3-none-any.whl (4.7 kB)
[2024-10-09 22:05]  Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
[2024-10-09 22:05]  Using cached text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
[2024-10-09 22:05]  Downloading types_python_dateutil-2.9.0.20241003-py3-none-any.whl (9.7 kB)
[2024-10-09 22:05]  Installing collected packages: wget, text-unidecode, pypng, easydict, websockets, watchdog, types-python-dateutil, soupsieve, sniffio, repath, qrcode, python-slugify, python-dotenv, PySocks, pydantic-core, packaging, oauthlib, numpy, httptools, h11, eval-type-backport, chardet, annotated-types, uvicorn, torch, pydantic, opencv-python-headless, httpcore, flet-core, binaryornot, beautifulsoup4, arrow, anyio, watchfiles, starlette, httpx, gdown, cookiecutter, albucore, flet-runtime, fastapi, albumentations, flet, transparent-background
[2024-10-09 22:05] [!]   WARNING: The script watchmedo.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:05] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:05] [!]   WARNING: The script qr.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:05] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:05] [!]   WARNING: The script slugify.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:05] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:05] [!]   WARNING: The script dotenv.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:05] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:05]    Attempting uninstall: packaging
[2024-10-09 22:05]      Found existing installation: packaging 24.1
[2024-10-09 22:05]      Uninstalling packaging-24.1:
[2024-10-09 22:05]        Successfully uninstalled packaging-24.1
[2024-10-09 22:05]    Attempting uninstall: numpy
[2024-10-09 22:06]      Found existing installation: numpy 1.24.3
[2024-10-09 22:06]      Uninstalling numpy-1.24.3:
[2024-10-09 22:06]        Successfully uninstalled numpy-1.24.3
[2024-10-09 22:06] [!]   WARNING: The scripts f2py.exe and numpy-config.exe are installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:06] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:06] [!]   WARNING: The script chardetect.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:06] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:06] [!]   WARNING: The script uvicorn.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:06] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:06]    Attempting uninstall: torch
[2024-10-09 22:06]      Found existing installation: torch 2.4.0+cu121
[2024-10-09 22:06]      Uninstalling torch-2.4.0+cu121:
[2024-10-09 22:06]        Successfully uninstalled torch-2.4.0+cu121
[2024-10-09 22:06] [!]   WARNING: The scripts convert-caffe2-to-onnx.exe, convert-onnx-to-caffe2.exe and torchrun.exe are installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:06] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:06]    Attempting uninstall: opencv-python-headless
[2024-10-09 22:06]      Found existing installation: opencv-python-headless 4.7.0.72
[2024-10-09 22:06]      Uninstalling opencv-python-headless-4.7.0.72:
[2024-10-09 22:06]        Successfully uninstalled opencv-python-headless-4.7.0.72
[2024-10-09 22:06] [!]   WARNING: The script watchfiles.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:07] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:07] [!]   WARNING: The script httpx.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:07] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:07] [!]   WARNING: The script gdown.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:07] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:07] [!]   WARNING: The script cookiecutter.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:07] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:07] [!]   WARNING: The script fastapi.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:07] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:07] [!]   WARNING: The script flet.exe is installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:07] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:07] [!]   WARNING: The scripts transparent-background-gui.exe and transparent-background.exe are installed in 'D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Scripts' which is not on PATH.
[2024-10-09 22:07] [!]   Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
[2024-10-09 22:07] [!] ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
 [2024-10-09 22:07] Successfully installed PySocks-1.7.1 albucore-0.0.16 albumentations-1.4.15 annotated-types-0.7.0 anyio-4.6.0 arrow-1.3.0 beautifulsoup4-4.12.3 binaryornot-0.4.4 chardet-5.2.0 cookiecutter-2.6.0 easydict-1.13 eval-type-backport-0.2.0 fastapi-0.115.0 flet-0.24.1 flet-core-0.24.1 flet-runtime-0.24.1 gdown-5.2.0 h11-0.14.0 httpcore-1.0.6 httptools-0.6.1 httpx-0.27.2 numpy-2.1.2 oauthlib-3.2.2 opencv-python-headless-4.10.0.84 packaging-23.2 pydantic-2.9.2 pydantic-core-2.23.4 pypng-0.20220715.0 python-dotenv-1.0.1 python-slugify-8.0.4 qrcode-7.4.2 repath-0.9.0 sniffio-1.3.1 soupsieve-2.6 starlette-0.38.6 text-unidecode-1.3 torch-2.4.1 transparent-background-1.3.3 types-python-dateutil-2.9.0.20241003 uvicorn-0.31.1 watchdog-4.0.2 watchfiles-0.24.0 websockets-13.1 wget-3.2
[!][2024-10-09 22:07]  colour-science 0.4.4 requires numpy<2,>=1.22, but you have numpy 2.1.2 which is incompatible.
[2024-10-09 22:07] [!] gpytoolbox 0.3.2 requires numpy<2, but you have numpy 2.1.2 which is incompatible.
[2024-10-09 22:07] [!] numba 0.60.0 requires numpy<2.1,>=1.22, but you have numpy 2.1.2 which is incompatible.
[2024-10-09 22:07] [!] torchaudio 2.4.0+cu121 requires torch==2.4.0+cu121, but you have torch 2.4.1 which is incompatible.
[2024-10-09 22:07] [!] xformers 0.0.27.post2 requires torch==2.4.0, but you have torch 2.4.1 which is incompatible.
[2024-10-09 22:07] 
[ComfyUI-Manager] Startup script completed.
[2024-10-09 22:07] #######################################################################
[2024-10-09 22:07] 
[2024-10-09 22:07] 
Prestartup times for custom nodes:
[2024-10-09 22:07]  100.5 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
[2024-10-09 22:07] 
Traceback (most recent call last):
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\main.py", line 90, in <module>
[2024-10-09 22:07]     import execution
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\execution.py", line 13, in <module>
[2024-10-09 22:07]     import nodes
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 21, in <module>
[2024-10-09 22:07]     import comfy.diffusers_load
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\diffusers_load.py", line 3, in <module>
[2024-10-09 22:07]     import comfy.sd
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 5, in <module>
[2024-10-09 22:07]     from comfy import model_management
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 143, in <module>
[2024-10-09 22:07]     total_vram = get_total_memory(get_torch_device()) / (1024 * 1024)
[2024-10-09 22:07]                                   ^^^^^^^^^^^^^^^^^^
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 112, in get_torch_device
[2024-10-09 22:07]     return torch.device(torch.cuda.current_device())
[2024-10-09 22:07]                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\cuda\__init__.py", line 878, in current_device
[2024-10-09 22:07]     _lazy_init()
[2024-10-09 22:07]   File "D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\cuda\__init__.py", line 305, in _lazy_init
[2024-10-09 22:07]     raise AssertionError("Torch not compiled with CUDA enabled")
[2024-10-09 22:07] AssertionError: Torch not compiled with CUDA enabled

Precisely:

Attempting uninstall: torch
[2024-10-09 22:06] Found existing installation: torch 2.4.0+cu121
[2024-10-09 22:06] Uninstalling torch-2.4.0+cu121:
[2024-10-09 22:06] Successfully uninstalled torch-2.4.0+cu121

@ltdrdata
Copy link
Owner

ltdrdata commented Oct 10, 2024

Your Python environment is behaving strangely.
Try running the following command in cmd:

D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\python.exe -m pip install transparent-background

And show me the log.

@GPU-server
Copy link
Author

GPU-server commented Oct 10, 2024

Hello @ltdrdata , sorry for late answer, I had to fix my comfyUI again. Then try few other example workflows from the infamous 3D pack extension to see what is working and not working. Then I came back experimenting the issues we are discussing.

I tried your code and it works fine (all already satisfied). Of course comfyUI was not running. So the logs you were asking for are the ones in the terminal right?
Here they are below.

Just before that, let me explain to you what happens wwhat happens when I install missing nodes (though manager):

  • ComfyUI breaks due to Torch 2.4.0 uninstalled
  • Comfyu says there is no cuda (or torch), while in fact, pip list SHOWS : Troch 2.4.1 (perhaps it shoudl be 2.4.1cu121 instead? if that matters? In any case that 2.4.1 was not MY action, it was result of the manager)
  • I uninstall torch 2.4.1 and install 2.4.0
  • Numpy has ALSO BEEN UPDATED BTW, the logs tellings me i need to downgrade it, I do to 1.26.4
    ComfyUI can run again.

The logs you asked for:

Microsoft Windows [Version 10.....]
(c) Microsoft Corporation. All rights reserved.

D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded>python.exe -m pip install transparent-background
Requirement already satisfied: transparent-background in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (1.3.3)
Requirement already satisfied: torch>=1.7.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (2.4.0+cu121)
Requirement already satisfied: torchvision>=0.8.2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (0.19.0+cu121)
Requirement already satisfied: opencv-python>=4.6.0.66 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (4.10.0.84)
Requirement already satisfied: timm>=0.6.11 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (1.0.9)
Requirement already satisfied: tqdm>=4.64.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (4.66.5)
Requirement already satisfied: kornia>=0.5.4 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (0.7.3)
Requirement already satisfied: gdown>=4.5.4 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (5.2.0)
Requirement already satisfied: wget>=3.2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (3.2)
Requirement already satisfied: easydict>=1.10 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (1.13)
Requirement already satisfied: pyyaml>=6.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (6.0.2)
Requirement already satisfied: albumentations>=1.3.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (1.4.15)
Requirement already satisfied: albucore==0.0.16 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (0.0.16)
Requirement already satisfied: flet>=0.23.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from transparent-background) (0.24.1)
Requirement already satisfied: numpy>=1.24 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from albucore==0.0.16->transparent-background) (1.26.4)
Requirement already satisfied: opencv-python-headless>=4.9.0.80 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from albucore==0.0.16->transparent-background) (4.10.0.84)
Requirement already satisfied: scipy>=1.10.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from albumentations>=1.3.1->transparent-background) (1.14.1)
Requirement already satisfied: scikit-image>=0.21.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from albumentations>=1.3.1->transparent-background) (0.24.0)
Requirement already satisfied: pydantic>=2.7.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from albumentations>=1.3.1->transparent-background) (2.9.2)
Requirement already satisfied: eval-type-backport in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from albumentations>=1.3.1->transparent-background) (0.2.0)
Requirement already satisfied: cookiecutter<3.0.0,>=2.6.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet>=0.23.1->transparent-background) (2.6.0)
Requirement already satisfied: fastapi<1,>=0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet>=0.23.1->transparent-background) (0.115.0)
Requirement already satisfied: flet-runtime==0.24.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet>=0.23.1->transparent-background) (0.24.1)
Requirement already satisfied: packaging<24.0,>=23.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet>=0.23.1->transparent-background) (23.2)
Requirement already satisfied: qrcode<8.0.0,>=7.4.2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet>=0.23.1->transparent-background) (7.4.2)
Requirement already satisfied: uvicorn<1,>=0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background) (0.31.1)
Requirement already satisfied: watchdog<5.0.0,>=4.0.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet>=0.23.1->transparent-background) (4.0.2)
Requirement already satisfied: flet-core==0.24.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet-runtime==0.24.1->flet>=0.23.1->transparent-background) (0.24.1)
Requirement already satisfied: httpx<1,>=0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet-runtime==0.24.1->flet>=0.23.1->transparent-background) (0.27.2)
Requirement already satisfied: oauthlib<4.0.0,>=3.2.2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet-runtime==0.24.1->flet>=0.23.1->transparent-background) (3.2.2)
Requirement already satisfied: repath<0.10.0,>=0.9.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from flet-core==0.24.1->flet-runtime==0.24.1->flet>=0.23.1->transparent-background) (0.9.0)
Requirement already satisfied: beautifulsoup4 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from gdown>=4.5.4->transparent-background) (4.12.3)
Requirement already satisfied: filelock in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from gdown>=4.5.4->transparent-background) (3.16.1)
Requirement already satisfied: requests[socks] in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from gdown>=4.5.4->transparent-background) (2.32.3)
Requirement already satisfied: kornia-rs>=0.1.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from kornia>=0.5.4->transparent-background) (0.1.5)
Requirement already satisfied: huggingface_hub in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from timm>=0.6.11->transparent-background) (0.24.6)
Requirement already satisfied: safetensors in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from timm>=0.6.11->transparent-background) (0.4.5)
Requirement already satisfied: typing-extensions>=4.8.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7.1->transparent-background) (4.12.2)
Requirement already satisfied: sympy in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7.1->transparent-background) (1.13.3)
Requirement already satisfied: networkx in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7.1->transparent-background) (3.3)
Requirement already satisfied: jinja2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7.1->transparent-background) (3.1.4)
Requirement already satisfied: fsspec in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from torch>=1.7.1->transparent-background) (2024.9.0)
Requirement already satisfied: pillow!=8.3.,>=5.3.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from torchvision>=0.8.2->transparent-background) (10.4.0)
Requirement already satisfied: colorama in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from tqdm>=4.64.1->transparent-background) (0.4.6)
Requirement already satisfied: binaryornot>=0.4.4 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (0.4.4)
Requirement already satisfied: click<9.0.0,>=7.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (8.1.7)
Requirement already satisfied: python-slugify>=4.0.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (8.0.4)
Requirement already satisfied: arrow in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (1.3.0)
Requirement already satisfied: rich in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (13.9.2)
Requirement already satisfied: starlette<0.39.0,>=0.37.2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from fastapi<1,>=0->flet>=0.23.1->transparent-background) (0.38.6)
Requirement already satisfied: MarkupSafe>=2.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from jinja2->torch>=1.7.1->transparent-background) (3.0.1)
Requirement already satisfied: annotated-types>=0.6.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from pydantic>=2.7.0->albumentations>=1.3.1->transparent-background) (0.7.0)
Requirement already satisfied: pydantic-core==2.23.4 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from pydantic>=2.7.0->albumentations>=1.3.1->transparent-background) (2.23.4)
Requirement already satisfied: pypng in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from qrcode<8.0.0,>=7.4.2->flet>=0.23.1->transparent-background) (0.20220715.0)
Requirement already satisfied: imageio>=2.33 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from scikit-image>=0.21.0->albumentations>=1.3.1->transparent-background) (2.35.1)
Requirement already satisfied: tifffile>=2022.8.12 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from scikit-image>=0.21.0->albumentations>=1.3.1->transparent-background) (2024.9.20)
Requirement already satisfied: lazy-loader>=0.4 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from scikit-image>=0.21.0->albumentations>=1.3.1->transparent-background) (0.4)
Requirement already satisfied: h11>=0.8 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from uvicorn<1,>=0->uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background) (0.14.0)
Requirement already satisfied: httptools>=0.5.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background) (0.6.1)
Requirement already satisfied: python-dotenv>=0.13 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background) (1.0.1)
Requirement already satisfied: watchfiles>=0.13 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background) (0.24.0)
Requirement already satisfied: websockets>=10.4 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from uvicorn[standard]<1,>=0->flet>=0.23.1->transparent-background) (13.1)
Requirement already satisfied: soupsieve>1.2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from beautifulsoup4->gdown>=4.5.4->transparent-background) (2.6)
Requirement already satisfied: charset-normalizer<4,>=2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from requests[socks]->gdown>=4.5.4->transparent-background) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from requests[socks]->gdown>=4.5.4->transparent-background) (3.8)
Requirement already satisfied: urllib3<3,>=1.21.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from requests[socks]->gdown>=4.5.4->transparent-background) (1.26.20)
Requirement already satisfied: certifi>=2017.4.17 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from requests[socks]->gdown>=4.5.4->transparent-background) (2024.8.30)
Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from requests[socks]->gdown>=4.5.4->transparent-background) (1.7.1)
Requirement already satisfied: mpmath<1.4,>=1.1.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from sympy->torch>=1.7.1->transparent-background) (1.3.0)
Requirement already satisfied: chardet>=3.0.2 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from binaryornot>=0.4.4->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (5.2.0)
Requirement already satisfied: anyio in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx<1,>=0->flet-runtime==0.24.1->flet>=0.23.1->transparent-background) (4.6.0)
Requirement already satisfied: httpcore==1.
in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx<1,>=0->flet-runtime==0.24.1->flet>=0.23.1->transparent-background) (1.0.6)
Requirement already satisfied: sniffio in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from httpx<1,>=0->flet-runtime==0.24.1->flet>=0.23.1->transparent-background) (1.3.1)
Requirement already satisfied: text-unidecode>=1.3 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from python-slugify>=4.0.0->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (1.3)
Requirement already satisfied: python-dateutil>=2.7.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from arrow->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (2.9.0.post0)
Requirement already satisfied: types-python-dateutil>=2.8.10 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from arrow->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (2.9.0.20241003)
Requirement already satisfied: markdown-it-py>=2.2.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from rich->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (3.0.0)
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from rich->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (2.18.0)
Requirement already satisfied: mdurl~=0.1 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from markdown-it-py>=2.2.0->rich->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (0.1.2)
Requirement already satisfied: six>=1.5 in d:\newinstalls\comfy4\comfyui_windows_portable_nvidia\comfyui_windows_portable\python_embeded\lib\site-packages (from python-dateutil>=2.7.0->arrow->cookiecutter<3.0.0,>=2.6.0->flet>=0.23.1->transparent-background) (1.16.0)

D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded>


Here is my pip list if that matters:

D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded>python.exe -m pip list
Package Version


accelerate 1.0.0
aiohappyeyeballs 2.4.0
aiohttp 3.10.5
aiosignal 1.3.1
albucore 0.0.16
albumentations 1.4.15
annotated-types 0.7.0
antlr4-python3-runtime 4.9.3
anyio 4.6.0
arrow 1.3.0
attrs 24.2.0
beautifulsoup4 4.12.3
binaryornot 0.4.4
certifi 2024.8.30
cffi 1.17.1
chardet 5.2.0
charset-normalizer 3.3.2
click 8.1.7
cmake 3.30.4
colorama 0.4.6
coloredlogs 15.0.1
colour-science 0.4.4
contourpy 1.3.0
cookiecutter 2.6.0
cryptography 43.0.1
cstr 0.1.0
cycler 0.12.1
dataclasses-json 0.6.7
Deprecated 1.2.14
diff_gaussian_rasterization 0.0.0
diffusers 0.30.3
dill 0.3.9
easydict 1.13
einops 0.8.0
eval_type_backport 0.2.0
fairscale 0.4.13
fastapi 0.115.0
ffmpy 0.3.0
filelock 3.16.1
flatbuffers 24.3.25
flet 0.24.1
flet-core 0.24.1
flet-runtime 0.24.1
fonttools 4.54.1
frozenlist 1.4.1
fsspec 2024.9.0
ftfy 6.2.3
fvcore 0.1.5.post20221221
gdown 5.2.0
gitdb 4.0.11
GitPython 3.1.43
gpytoolbox 0.3.2
h11 0.14.0
hatchling 1.25.0
httpcore 1.0.6
httptools 0.6.1
httpx 0.27.2
huggingface-hub 0.24.6
humanfriendly 10.0
idna 3.8
imageio 2.35.1
imageio-ffmpeg 0.5.1
img2texture 1.0.6
importlib_metadata 8.5.0
iopath 0.1.10
jaxtyping 0.2.34
Jinja2 3.1.4
joblib 1.4.2
jsonschema 4.23.0
jsonschema-specifications 2024.10.1
kiui 0.2.13
kiwisolver 1.4.7
kornia 0.7.3
kornia_rs 0.1.5
lazy_loader 0.4
lightning-utilities 0.11.7
llvmlite 0.43.0
markdown-it-py 3.0.0
MarkupSafe 3.0.1
marshmallow 3.22.0
matplotlib 3.9.2
matrix-client 0.4.0
mdurl 0.1.2
mpmath 1.3.0
msvc_runtime 14.40.33807
multidict 6.0.5
mypy-extensions 1.0.0
nerfacc 0.5.3
networkx 3.3
ninja 1.11.1.1
numba 0.60.0
numpy 1.26.4
nvdiffrast 0.3.1
oauthlib 3.2.2
omegaconf 2.3.0
onnxruntime 1.19.2
open_clip_torch 2.26.1
opencv-python 4.10.0.84
opencv-python-headless 4.10.0.84
packaging 23.2
pandas 2.2.3
pathspec 0.12.1
peft 0.13.1
piexif 1.1.3
pilgram 1.2.1
pillow 10.4.0
pip 24.2
pixeloe 0.0.10
platformdirs 4.3.6
pluggy 1.5.0
plyfile 1.1
pointnet2_ops 3.0.0
pooch 1.8.2
portalocker 2.10.1
protobuf 5.28.2
psutil 6.0.0
py-cpuinfo 9.0.0
pycparser 2.22
pydantic 2.9.2
pydantic_core 2.23.4
pygit2 1.15.1
PyGithub 2.4.0
pygltflib 1.16.2
Pygments 2.18.0
pyhocon 0.3.61
PyJWT 2.9.0
PyMatting 1.1.12
PyMCubes 0.1.6
pymeshlab 2023.12.post2
PyNaCl 1.5.0
pyparsing 3.1.4
pypng 0.20220715.0
pyreadline3 3.5.4
PySocks 1.7.1
python-dateutil 2.9.0.post0
python-dotenv 1.0.1
python-slugify 8.0.4
pytorch-lightning 2.4.0
pytorch-msssim 1.0.0
pytorch3d 0.7.8
pytz 2024.2
pywin32 307
PyYAML 6.0.2
qrcode 7.4.2
referencing 0.35.1
regex 2024.7.24
rembg 2.0.59
repath 0.9.0
requests 2.32.3
rich 13.9.2
rpds-py 0.20.0
safetensors 0.4.5
scikit-image 0.24.0
scikit-learn 1.5.2
scipy 1.14.1
seaborn 0.13.2
segment-anything 1.0
sentencepiece 0.2.0
setuptools 74.1.2
shellingham 1.5.4
simple_knn 0.0.0
six 1.16.0
slangtorch 1.2.6
smmap 5.0.1
sniffio 1.3.1
soundfile 0.12.1
soupsieve 2.6
spandrel 0.3.4
starlette 0.38.6
sympy 1.13.3
tabulate 0.9.0
termcolor 2.5.0
text-unidecode 1.3
threadpoolctl 3.5.0
tifffile 2024.9.20
timm 1.0.9
tokenizers 0.19.1
torch 2.4.0+cu121
torch_scatter 2.1.2+pt24cu121
torchaudio 2.4.0+cu121
torchmetrics 1.4.2
torchsde 0.2.6
torchtyping 0.1.5
torchvision 0.19.0+cu121
tqdm 4.66.5
trampoline 0.1.2
transformers 4.44.2
transparent-background 1.3.3
trimesh 4.4.9
trove-classifiers 2024.9.12
typeguard 2.13.3
typer 0.12.5
types-python-dateutil 2.9.0.20241003
typing_extensions 4.12.2
typing-inspect 0.9.0
tzdata 2024.2
ultralytics 8.3.9
ultralytics-thop 2.0.9
urllib3 1.26.20
uvicorn 0.31.1
watchdog 4.0.2
watchfiles 0.24.0
wcwidth 0.2.13
websockets 13.1
wget 3.2
wheel 0.44.0
wrapt 1.16.0
xatlas 0.0.9
xformers 0.0.27.post2
yacs 0.1.8
yarl 1.9.11
zipp 3.20.2


The logs in ComfyUI right now:

D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
[START] Security scan
[DONE] Security scan

ComfyUI-Manager: installing dependencies done.

** ComfyUI startup time: 2024-10-10 ....XXXX
** Platform: Windows
** Python version: 3.11.9 (XXXXX)]
** Python executable: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\python.exe
** ComfyUI Path: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI
** Log path: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\comfyui.log

Prestartup times for custom nodes:
1.7 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM XXX MB, total RAM XXX MB
pytorch version: 2.4.0+cu121
D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\xformers\ops\fmha\flash.py:211: FutureWarning: torch.library.impl_abstract was renamed to torch.library.register_fake. Please use that instead; we will remove torch.library.impl_abstract in a future version of PyTorch.
@torch.library.impl_abstract("xformers_flash::flash_fwd")
D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\xformers\ops\fmha\flash.py:344: FutureWarning: torch.library.impl_abstract was renamed to torch.library.register_fake. Please use that instead; we will remove torch.library.impl_abstract in a future version of PyTorch.
@torch.library.impl_abstract("xformers_flash::flash_bwd")
xformers version: 0.0.27.post2
Set vram state to: NORMAL_VRAM
Device: cuda:0 SOME HIGH VRAM RTX CARD : cudaMallocAsync
Using xformers cross attention
[Prompt Server] web root: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\web
D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\feature\lightglue.py:44: FutureWarning: torch.cuda.amp.custom_fwd(args...) is deprecated. Please use torch.amp.custom_fwd(args..., device_type='cuda') instead.
@torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kiui\nn_init_.py:31: FutureWarning: torch.cuda.amp.custom_fwd(args...) is deprecated. Please use torch.amp.custom_fwd(args..., device_type='cuda') instead.
@torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)

D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kiui\nn_init_.py:37: FutureWarning: torch.cuda.amp.custom_bwd(args...) is deprecated. Please use torch.amp.custom_bwd(args..., device_type='cuda') instead.
@torch.cuda.amp.custom_bwd

D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\TriplaneGaussian\utils\ops.py:38: FutureWarning: torch.cuda.amp.custom_fwd(args...) is deprecated. Please use torch.amp.custom_fwd(args..., device_type='cuda') instead.
@custom_fwd(cast_inputs=torch.float32)

D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\TriplaneGaussian\utils\ops.py:44: FutureWarning: torch.cuda.amp.custom_bwd(args...) is deprecated. Please use torch.amp.custom_bwd(args..., device_type='cuda') instead.
@custom_bwd

Warn!: xFormers is available (Attention)
Warn!: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py:1965: UserWarning: TORCH_CUDA_ARCH_LIST is not set, all archs for visible cards are included for compilation.
If this is not desired, please set os.environ['TORCH_CUDA_ARCH_LIST'].
warnings.warn(

Warn!: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\craftsman\utils\checkpoint.py:39: FutureWarning: torch.cuda.amp.custom_fwd(args...) is deprecated. Please use torch.amp.custom_fwd(args..., device_type='cuda') instead.
@torch.cuda.amp.custom_fwd

Warn!: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack\Gen_3D_Modules\craftsman\utils\checkpoint.py:50: FutureWarning: torch.cuda.amp.custom_bwd(args...) is deprecated. Please use torch.amp.custom_bwd(args..., device_type='cuda') instead.
@torch.cuda.amp.custom_bwd

Loading: ComfyUI-Impact-Pack (V7.9)

WARNING ⚠️ Known issue with torch==2.4.0 on Windows with CPU, recommend upgrading to torch>=2.4.1 to resolve ultralytics/ultralytics#15049

Loading: ComfyUI-Impact-Pack (Subpack: V0.7)

[Impact Pack] Wildcards loading done.

Loading: ComfyUI-Manager (V2.51.6)

ComfyUI Revision: 2748 [203942c8] *DETACHED | Released on '2024-10-08'

[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite Warning: ffmpeg_bin_path is not set in D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available.
WAS Node Suite: Finished. Loaded 218 nodes successfully.

    "Success is not about being better than someone else. It's about being better than you used to be." - Unknown

Import times for custom nodes:
0.0 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
0.0 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
0.0 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
0.2 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
0.7 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
1.9 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
9.1 seconds: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-3D-Pack

Starting server

To see the GUI go to: http://127.0.0.1:8188
FETCH DATA from: D:\NewInstalls\comfy4\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]

Final Note. Notice several warnings in the comfyu logs if that matters?
And finally:
I am on a windows that has multiple users. the admin (other user) has his own cuda tooklit etc, I don't think there could be any problem related to having multiple users on windows? But who knows.


What other command would you like me try?

@liulsg
Copy link

liulsg commented Oct 11, 2024

I ran into the same problem, automatically upgraded my torch to 2.4.1 via the manage install plugin. Then 3D-pack crashed

@GPU-server
Copy link
Author

GPU-server commented Oct 11, 2024

Do you remember which extension was it? Was it nodes missing from the "example workflows" inside the 3D pack?

Update for me:
The rest of the other missing nodes did not cause me trouble (from the rest of example workflows) and did not cause upgrade of my 2.4.0 torch to 2.4.1.

@liulsg
Copy link

liulsg commented Oct 11, 2024

@GPU-server impact pack ,

@GPU-server
Copy link
Author

Yes I confirm, I think I had the same effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants