Closed alessandroperilli closed 11 months ago
I've changed opencv-python to version 4.7.0.72 in the requirements.txt and tested it here in a fresh installation. Everything seems to be working at first glance. The issue should be resolved.
If it turns out differently, please let me know.
Manual git pull from the subfolder, and a pip install -r requirements.txt just to be sure. No errors. Thank you.
The installation of your custom node suite (both now and when it was a fork of segment anything) generates the error in the title, and causes a cascade of import failures so that ComfyUI fails to load multiple custom node suites.
To fix the problem, every time I install or update the node suite, I have to follow the recommendation here: https://github.com/Fannovel16/comfyui_controlnet_aux/issues/60
Specifically, I have to kill ComfyUI and issue the following two commands:
After that, everything works fine.