webui won't (unless i close cmd) after updating some nodes #14344
Replies: 2 comments
-
|
The first failure in your log is the NumPy/OpenCV ABI mismatch, not the workflow loading itself. You have The workaround reported there was to pin NumPy back below 2 inside the embedded Python: python_embeded\python.exe -m pip install "numpy<2"After that, restart ComfyUI from a fresh cmd and check whether |
Beta Was this translation helpful? Give feedback.
-
|
... and remember the best way to guarantee components are present and compatible is to update via the appropriate .bat (inside Otherwise, the manual choice is to run this command from your Comfy root:
Those are the official app requirements. That makes sure everything is up to the required/compatible version for ComfyUI to run. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
basically, i downloaded a new workflow, used the manager to update the missing nodes and now it won't open
here's the cmd if it helps anything
i really hope someone can help me out with this, thanks a lot!!
Beta Was this translation helpful? Give feedback.
All reactions