-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing loadWebcamImage #55
Comments
Can you show me the error message you see in the cmd? |
it doesn't say much: |
This means that the installation and loading of the custom node failed, check the error message in cmd. |
Cannot import E:\ComfyUI\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes module for custom nodes: cannot import name 'guidedFilter' from 'cv2.ximgproc' (unknown location) |
0.0 seconds (IMPORT FAILED): E:\ComfyUI\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes |
Seems like OpenCV problem. If you are using the portable version, go to the path where 'Python_embeded' is located on the cmd and then run: python_embeded/python.exe -s -m pip install opencv-contrib-python |
Hi, I did it - still the error persists... |
also this now - [ERROR:0@26.609] global obsensor_uvc_stream_channel.cpp:158 cv::obsensor::getStreamChannelGroup Camera index out of range |
Try uninstalling and reinstalling opencv. python_embeded/python.exe -s -m pip uninstall opencv-python python_embeded/python.exe -s -m pip install opencv-python |
now it is ok, thanks. one question though - in the demo video you show a node where you "play" with the open pose...which node is it? |
It is a screencapture node that captures the UI of blender and sends it to comfyui. |
for anyone who finds this... I had to do this from powershell with admin rights and i had to add
|
Hi,
I keep getting a Missing Node Types
When loading the graph, the following node types were not found
LoadWebcamImage
Updated everything and still get this error
The text was updated successfully, but these errors were encountered: