-
Notifications
You must be signed in to change notification settings - Fork 31
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
Import failed error #62
Comments
need console error |
Here it is Cannot import D:\ComfyUI\custom_nodes\ComfyUI_EchoMimic module for custom nodes: No module named 'facenet_pytorch' |
pip install opencv-python |
Error while installing xformers==0.0.24 Building wheels for collected packages: xformers × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
pip install xformers |
tried, but same ERROR: Failed to build installable wheels for some pyproject.toml based projects (xformers) |
better update your node according to comfyui config, it is affecting comfyui and most of the nodes already installed. |
after install 'facenet_pytorch' successful ,can install any pytorch above torch2.2.0 , The installation of 'facenet_pytorch' caused all this trouble, |
ok. i will try again. thanks. |
after installing xformers like below, problem solved. |
Import failed error
The text was updated successfully, but these errors were encountered: