chaojie / ComfyUI-DynamiCrafter

Other
126 stars 6 forks source link

Got error "ModuleNotFoundError: No module named 'decord'" #11

Closed supwang closed 8 months ago

supwang commented 8 months ago

Hi, chaojie:

Thank you for your nice work. However, I got some errors after installing the node. And I can not load .json file successfully.

Traceback (most recent call last): File "D:\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1888, 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 "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafter__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafter\nodes.py", line 3, in from .scripts.gradio.i2v_test import Image2Video File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafter\scripts\gradio\i2v_test.py", line 5, in from ..evaluation.funcs import load_model_checkpoint, save_videos, batch_ddim_sampling, get_latent_z File "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafter\scripts\evaluation\funcs.py", line 4, in from decord import VideoReader, cpu ModuleNotFoundError: No module named 'decord'

Cannot import D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DynamiCrafter module for custom nodes: No module named 'decord'