sylym / comfy_vid2vid

Apache License 2.0
69 stars 12 forks source link

Error occurred when executing CheckpointLoaderSimpleSequence: #11

Open VrtualVR opened 1 year ago

VrtualVR commented 1 year ago

When running CheckpointLoaderSimpleSequence i get the error

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

File "C:\Users\xxxx\Desktop\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "C:\Users\xxxx\Desktop\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\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 "C:\Users\xxxx\Desktop\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "C:\Users\xxxx\Desktop\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\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 "C:\Users\xxxx\Desktop\ComfyUI_windows_portable_nvidia_cu118_or_cpu\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_vid2vid\sd.py", line 36, in load_checkpoint_guess_config clip = CLIP(config=clip_config, embedding_directory=embedding_directory)

Natotela commented 1 year ago

SAME ^^

oderwat commented 1 year ago

Yep, sadly does not work with the current ComfyUI

Duemellon commented 1 year ago

I'm here to bump this as I got this error. Seems like a recent ComfyUI update effected a handful of custom_nodes