ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

NVIDIA Driver is the latest indeed

Open lmkyl opened this issue 4 weeks ago • 19 comments

Custom Node Testing

Expected Behavior

But my NVIDIA Driver is the lateset! Game Ready 581.80 and Studio 581.57 both meet this sometimes.

E:\AI\ComfyUI_windows_portable>echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest. If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.

E:\AI\ComfyUI_windows_portable>pause

Actual Behavior

ComfyUI version is:https://github.com/comfyanonymous/ComfyUI/releases/download/v0.3.75/ComfyUI_windows_portable_nvidia.7z

Steps to Reproduce

NOT SURE, IT OCCOURS SOMETIMES

Debug Logs

E:\AI\ComfyUI_windows_portable>echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.
If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.

E:\AI\ComfyUI_windows_portable>pause

Other

E:\AI\ComfyUI_windows_portable>echo If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest. If you see this and ComfyUI did not start try updating your Nvidia Drivers to the latest.

E:\AI\ComfyUI_windows_portable>pause

lmkyl avatar Nov 29 '25 06:11 lmkyl

Its probably bug of author messed with try...except in launching sequence putting whole program into "try" container and on any error everything instantly shutdown without even logs. I have no another explanation why any error messages supressed.

velanteg avatar Nov 29 '25 20:11 velanteg

me occurred every time

KCKCC avatar Dec 01 '25 13:12 KCKCC

I solved the problem after manually updating PyTorch,

Image Image

cmrhyq avatar Dec 01 '25 15:12 cmrhyq

idk how im getting this error all of a sudden after using comfyui ~1 hour ago perfectly fine

edit: nvm, comfyui was still running i just didnt close it. so i got this error because it was trying to open a second comfy?

9wow avatar Dec 01 '25 23:12 9wow

I get this error every time too.

Silvot avatar Dec 02 '25 10:12 Silvot

I had the same problem on Windows, Python 3.12.10, with 581.57 driver and RTX 3090. I trashed cu130 in favor of cu128 and it works.

.\python_embeded\python.exe -m pip uninstall torch torchvision torchaudio -y
.\python_embeded\python.exe -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128

mard avatar Dec 03 '25 01:12 mard

I have also encountered this issue and currently cannot resolve it, NVIDIA driver is also 581.57.

bytedo avatar Dec 03 '25 07:12 bytedo

same problem

Joevaen avatar Dec 03 '25 08:12 Joevaen

same problem

StoneChin avatar Dec 03 '25 11:12 StoneChin

@mard That works Thanks

nofate202 avatar Dec 04 '25 12:12 nofate202

@mard Solved it for me, thank you

Aktaaan avatar Dec 07 '25 04:12 Aktaaan

same problem and cannot recover with reinstall pytorch

pwkpwk0621-source avatar Dec 09 '25 17:12 pwkpwk0621-source