-
Notifications
You must be signed in to change notification settings - Fork 9
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): C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO #4
Comments
Missing basicsr dependency, just install it, pip intall basicsr. |
I have tried to install this dependency several times and get a message indicating that I have successfully installed it, but still can't import it The full information is displayed below: E:\ComfyUI_windows_portable-b>pip install basicsr Could it be because I installed the wrong directory? I tried it in the plugin directory, in the python directory, and in the ComfyUI_windows_portable directory, and I got the same result. |
Traceback (most recent call last):
File "C:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1866, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO_init.py", line 1, in
from . import PuLID
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO\PuLID.py", line 9, in
from pulid.pipeline import PuLIDPipeline
File "C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO\pulid\pipeline.py", line 7, in
from basicsr.utils import img2tensor, tensor2img
ModuleNotFoundError: No module named 'basicsr'
Cannot import C:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-ZHO module for custom nodes: No module named 'basicsr'
The text was updated successfully, but these errors were encountered: