DynamiCrafter icon indicating copy to clipboard operation
DynamiCrafter copied to clipboard

Error occurred when executing DynamiCrafterModelLoader

Open priya-ml-halohues opened this issue 1 year ago • 0 comments

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

priya-ml-halohues avatar May 17 '24 10:05 priya-ml-halohues