Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
434 stars 76 forks source link

already installed but still not found. #84

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"

ThinkdEV9 commented 6 months ago

who needs from powershell &"python_embeded\python.exe" "python_embeded\get-pip.py" install opencv-python and imageio_ffmpeg as well

Cacuta commented 6 months ago

I' ve got the same problem. Already download the ComfyUI-VideoHelperSuite git package, and already install the imageio_ffmpeg and opencv-python, but the VideoCombine node were still not found. here's the version image image

Kosinkadink commented 6 months ago

@Cacuta look in your console upon ComfyUI startup, there should be an error if you scroll up that gives the reason for the import failing. Can you paste what you see there here?

Cacuta commented 6 months ago

@Cacuta look in your console upon ComfyUI startup, there should be an error if you scroll up that gives the reason for the import failing. Can you paste what you see there here?

I‘ ve got this on my console:

importError: libGL.so.1: cannot open shared object file: No such file or directory

and I try 'pip install opencv-python-headless' the VideoCombine node did indeed appear but there's no output file and only gif/wpeg can be selected