cubiq / ComfyUI_IPAdapter_plus

GNU General Public License v3.0
3.91k stars 293 forks source link

Sudden problem loading IPadapter/clipvision on two computers #530

Closed Kallamamran closed 5 months ago

Kallamamran commented 5 months ago

image

I suddenly have this error on two of my computers. Both the computer at home and the computer at work. Since it worked last time I have only updated ComfyUI and all nodes and I cant solve this. I have downloaded and renamed the models correctly and put them in folders according to the manual, but still... No luck

cubiq commented 5 months ago

can you please post the full error message from the console?

Kallamamran commented 5 months ago

got prompt model_type EPS Using pytorch attention in VAE Using pytorch attention in VAE clip missing: ['clip_l.logit_scale', 'clip_l.transformer.text_projection.weight'] !!! Exception during processing !!! Traceback (most recent call last): File "C:\ComfyUI_P\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_P\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:\ComfyUI_P\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\ComfyUI_P\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 444, in load_models if clipvision_file != pipeline['clipvision']['file']:


KeyError: 'clipvision'
cubiq commented 5 months ago

please also post the workflow

Kallamamran commented 5 months ago

workflow.json

cubiq commented 5 months ago

image

Kallamamran commented 5 months ago

Yeah.... Tried remaking the workflow and just noticed 😒 WTF did that come from 🤔 Thanks for your time!