Getting warning about old pytorch version but have 2.4 installed #8449
-
Getting Warning when running run_nvidia_gpu.bat in windows system. but the version from Is it possible there is an older version installed somewhere else in the path. log file here D:\Development\ComfyUI\ComfyUI_windows_portable>run_nvidia_gpu D:\Development\ComfyUI\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build ComfyUI-Manager: installing dependencies done.** ComfyUI startup time: 2025-06-07 08:12:48.323 Prestartup times for custom nodes: Warning, you are using an old pytorch version and some ckpt/pt files might be loaded unsafely. Upgrading to 2.4 or above is recommended. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You have to run
Since a lot of changes have happened since, you may want to re-download the zip in Releases to ensure you have the latest everything. |
Beta Was this translation helpful? Give feedback.
-
Thanks I was not aware of running in a specific folder. |
Beta Was this translation helpful? Give feedback.
-
I got |
Beta Was this translation helpful? Give feedback.
Why didn't you run the command I gave???
Open cmd in comfyui_portable_windows folder by navatigating to said folder and typing "cmd" in the location bar and hitting enter.
In the terminal window that opens, copypaste the following command;
python_embeded\python -m pip install -U torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
and hit enter.