chaojie / ComfyUI-MuseV

MIT License
124 stars 13 forks source link

try and try ,but still fail to load the node. #8

Open seannet888 opened 3 months ago

seannet888 commented 3 months ago

i try serveral times to settle the envirement problem,and still fail in loading the node with the message as follows:

[ComfyUI-Manager] default cache updated: https://gitcode.net/ranting8323/ComfyUI-Manager/-/raw/main/custom-node-list.json Loads checkpoint by local backend from path: S:\ComfyUI-aki-v1.3\models\diffusers\TMElyralab/MuseTalk/dwpose/dw-ll_ucoco_384.pth cuda start ['S:\ComfyUI-aki-v1.3/custom_nodes/ComfyUI-MuseV/controlnet_aux/src', 'S:\ComfyUI-aki-v1.3/custom_nodes/ComfyUI-MuseV/diffusers/src', 'S:\ComfyUI-aki-v1.3/custom_nodes/ComfyUI-MuseV/MMCM', 'S:\ComfyUI-aki-v1.3/custom_nodes/ComfyUI-MuseV', 'S:\ComfyUI-aki-v1.3/custom_nodes/ComfyUI-MuseTalk', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Frame-Interpolation', 'S:\ComfyUI-aki-v1.3\python\lib\site-packages\git\ext\gitdb', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Flowty-LDSR', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Custom-Scripts', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Crystools\nodes\comfy', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-BiRefNet', 'S:\ComfyUI-aki-v1.3\custom_nodes\cg-image-picker', 'S:\ComfyUI-aki-v1.3\comfy', 'S:\ComfyUI-aki-v1.3', 'S:\ComfyUI-aki-v1.3\.launcher\pyinterop.hfkx1kkk0g4q7.zip', 'S:\ComfyUI-aki-v1.3\.launcher\pyvendors.ph76f3ddzrvzc.zip', 'S:\ComfyUI-aki-v1.3', 'S:\ComfyUI-aki-v1.3\python\python310.zip', 'S:\ComfyUI-aki-v1.3\python\DLLs', 'S:\ComfyUI-aki-v1.3\python\lib', 'S:\ComfyUI-aki-v1.3\python', 'S:\ComfyUI-aki-v1.3\python\lib\site-packages', 'S:\ComfyUI-aki-v1.3\python\lib\site-packages\win32', 'S:\ComfyUI-aki-v1.3\python\lib\site-packages\win32\lib', 'S:\ComfyUI-aki-v1.3\python\lib\site-packages\Pythonwin', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Manager\glob', 'S:\ComfyUI-aki-v1.3\custom_nodes\a-person-mask-generator', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\modules', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-Impact-Pack\impact_subpack', 'S:\ComfyUI-aki-v1.3', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-LaMA-Preprocessor', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-LaMA-Preprocessor\annotator\lama', '../..', 'S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-MuseTalk\musetalk/utils'] Traceback (most recent call last): File "S:\ComfyUI-aki-v1.3\nodes.py", line 1887, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-MuseV__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS File "S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-MuseV\nodes.py", line 45, in from musev.models.facein_loader import load_facein_extractor_and_proj_by_name File "S:\ComfyUI-aki-v1.3/custom_nodes/ComfyUI-MuseV\musev\models\facein_loader.py", line 42, in from ip_adapter.resampler import Resampler ModuleNotFoundError: No module named 'ip_adapter'

Cannot import S:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-MuseV module for custom nodes: No module named 'ip_adapter'

zhaowtVincent commented 2 months ago

same error

Siziff commented 2 months ago

same error

ykhasia commented 2 months ago

need to run the command "pip install requirements.txt" in the folder "ComfyUI\custom_nodes\ComfyUI-MuseV", the could resolve this issue.

MauricioTonon commented 2 months ago

need to run the command "pip install requirements.txt" in the folder "ComfyUI\custom_nodes\ComfyUI-MuseV", the could resolve this issue.

HINT: You are attempting to install a package literally named "requirements.txt" (which cannot exist). Consider using the '-r' flag to install the packages listed in requirements.txt