Fannovel16 / comfyui_controlnet_aux

ComfyUI's ControlNet Auxiliary Preprocessors
Apache License 2.0
1.65k stars 158 forks source link

why are they all installed and updated,but still not found? #142

Open 7duskblade7 opened 7 months ago

7duskblade7 commented 7 months ago

hi, i got error as follows When loading the graph, the following node types were not found: VHS_LoadVideoPath VHS_LoadImagesPath VHS_VideoCombine LineArtPreprocessor Nodes that have failed to load will show as red on the graph.

but they are all installed and updated. the manager page shows only two options :disable and uninstall.

they were fine before, but after I installed IPAdapter_plus,tinyterraNodes,FizzNodes and reactor-node today . they two above went wrong.

7duskblade7 commented 7 months ago

its a node import issue,solved from reddit [icequake1969] "I did manage to find the solution to this problem. Thought I would list it here:

python_embeded\python.exe -m pip uninstall -y opencv-python opencv-contrib-python opencv-python-headless

python_embeded\python.exe -m pip install opencv-python==4.7.0.72"

zhuohaoNg commented 5 months ago

I meet the same problem, your answer is useful, thank you!