Doubiiu / DynamiCrafter

[ECCV 2024, Oral] DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors
https://doubiiu.github.io/projects/DynamiCrafter/
Apache License 2.0
2.46k stars 197 forks source link

Error occurred when executing DynamiCrafterModelLoader #78

Closed priya-ml-halohues closed 4 months ago

priya-ml-halohues commented 4 months ago

i got this error

Error occurred when executing DynamiCrafterModelLoader:

local variable 'config_file' referenced before assignment

File "/home/priya/PycharmProjects/ComfyUI/comfyui/execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "/home/priya/PycharmProjects/ComfyUI/comfyui/execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "/home/priya/PycharmProjects/ComfyUI/comfyui/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "/home/priya/PycharmProjects/ComfyUI/comfyui/custom_nodes/ComfyUI-DynamiCrafterWrapper/nodes.py", line 79, in loadmodel config = OmegaConf.load(config_file) Screenshot from 2024-05-17 15-34-45

Anyone know how to solve this error . TIA

Doubiiu commented 4 months ago

Hi, I am not familiar with ComfyUI stuff; please seek help from the original GitHub repo of ComfyUI-DynamiCrafterWrapper.

priya-ml-halohues commented 4 months ago

Solved (https://huggingface.co/Kijai/DynamiCrafter_pruned/tree/main) Thank you.