sylym / comfy_vid2vid

Apache License 2.0
69 stars 12 forks source link

CLIP.__init__() got an unexpected keyword argument 'config' #8

Open Zill5 opened 1 year ago

Zill5 commented 1 year ago

Error occurred when executing CheckpointLoaderSimpleSequence:

CLIP.init() got an unexpected keyword argument 'config'

File "D:\ComfyUI_windows_portable1\ComfyUI\execution.py", line 145, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\ComfyUI_windows_portable1\ComfyUI\execution.py", line 75, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) File "D:\ComfyUI_windows_portable1\ComfyUI\execution.py", line 68, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "D:\ComfyUI_windows_portable1\ComfyUI\custom_nodes\comfy_vid2vid__init__.py", line 262, in load_checkpoint out = load_checkpoint_guess_config(ckpt_path, output_vae=True, output_clip=True, embedding_directory=folder_paths.get_folder_paths("embeddings")) File "D:\ComfyUI_windows_portable1\ComfyUI\custom_nodes\comfy_vid2vid\sd.py", line 36, in load_checkpoint_guess_config clip = CLIP(config=clip_config, embedding_directory=embedding_directory)

Kubanis commented 1 year ago

I have teh same error - any news?

mancat49 commented 1 year ago

Same issue.