ubotstudio
ubotstudio
RRunPod
Created by ubotstudio on 1/4/2025 in #⛅|pods
Followed the Hunyuan Video tutorial to the letter, and it didn't work.
I'm trying to get the hunyuan video stuff to work, but ComfyUI keeps saying the custom nodes aren't loaded. when I look at the logs, I see this: 2025-01-04T21:58:16.083013463Z ### Loading: ComfyUI-Manager (V2.51) 2025-01-04T21:58:16.233208406Z ### ComfyUI Revision: 3009 [d45ebb63] | Released on '2025-01-04' 2025-01-04T21:58:16.244099498Z Import times for custom nodes: 2025-01-04T21:58:16.244129725Z 0.0 seconds: /workspace/ComfyUI/custom_nodes/websocket_image_save.py 2025-01-04T21:58:16.244318058Z 0.2 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-Manager 2025-01-04T21:58:16.244407832Z 0.3 seconds: /workspace/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite 2025-01-04T21:58:16.244532297Z 1.5 seconds (IMPORT FAILED): /workspace/ComfyUI/custom_nodes/ComfyUI-HunyuanVideoWrapper 2025-01-04T21:58:16.244807082Z WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies. 2025-01-04T21:58:16.244992691Z IMPORT FAILED: nodes_canny.py 2025-01-04T21:58:16.244999065Z IMPORT FAILED: nodes_morphology.py 2025-01-04T21:58:16.245527590Z IMPORT FAILED: nodes_audio.py 2025-01-04T21:58:16.245540785Z This issue might be caused by new missing dependencies added the last time you updated ComfyUI. 2025-01-04T21:58:16.245543584Z Please do a: pip install -r requirements.txt 2025-01-04T21:58:16.276088540Z Starting server scrolling up a bit more, I see this: Cannot import /workspace/ComfyUI/custom_nodes/ComfyUI-HunyuanVideoWrapper module for custom nodes: Failed to import transformers.models.clip.modeling_clip because of the following error (look up to see its traceback): libcudart.so.11.0: cannot open shared object file: No such file or directory My best guess is that it has something to do with a CUDA requirement that changed since the tutorial was released. I tried a few things but I'm pretty new at this so I don't really know how to fix it. I've burned a few hours on this already so any help would be greatly appreciated.
2 replies