-
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
Unable to load custom nodes after installation #54
Comments
This looks like iniy.py was deleted for some reason. Try deleting the custom node completely and reinstalling it. |
hey I tried everything but somehow the extension seems to not work - can you share a version without the update |
Have you updated Comfyui to the latest version? You can use git checkout to use older versions of commits. |
hi I am sorry but this error is still popping pls have a look I am able to install and use web cam app and capture images with it but within the workflow node is in red - Traceback (most recent call last): Cannot import C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_test_nodes module for custom nodes: cannot import name 'guidedFilter' from 'cv2.ximgproc' (unknown location) |
Try uninstalling and reinstalling existing installations of opencv. If you're using the portable version, run the following from your comfyui location Like this :
|
hey I could not install the custome nodes in the workflow but I found a solution of using screen share by Mixlab- https://github.com/shadowcz007/comfyui-mixlab-nodes but thanks for the support I would also suggest you to check it out |
The installation appears to be successful, but the following output occurs in the scripts when restarting ComfyUI, and the nodes still appear in red. I was using this earlier without issues, but I had to reinstall it due to some problems.
Traceback (most recent call last):
File "C:\AI\ComfyUI_windows_portable\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 991, in exec_module
File "", line 1128, in get_code
File "", line 1186, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'C:\AI\ComfyUI_windows_portable\ComfyUI_windows_portable\ComfyUI\custom_nodes\toyxyz_tools\init.py'
Cannot import C:\AI\ComfyUI_windows_portable\ComfyUI_windows_portable\ComfyUI\custom_nodes\toyxyz_tools module for custom nodes: [Errno 2] No such file or directory: 'C:\AI\ComfyUI_windows_portable\ComfyUI_windows_portable\ComfyUI\custom_nodes\toyxyz_tools\init.py'
The text was updated successfully, but these errors were encountered: