kijai / ComfyUI-DynamiCrafterWrapper

Wrapper to use DynamiCrafter models in ComfyUI
Other
489 stars 15 forks source link

Error occurred when executing DynamiCrafterModelLoader #35

Closed priya-ml-halohues closed 1 month ago

priya-ml-halohues commented 1 month ago

i got this error

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

How to solve this ? TIA

kijai commented 1 month ago

Not sure what model that is you have selected, these are the ones I converted for this: https://huggingface.co/Kijai/DynamiCrafter_pruned/tree/main

priya-ml-halohues commented 1 month ago

yes, solved. Thank you