cubiq / ComfyUI_IPAdapter_plus

GNU General Public License v3.0
3.2k stars 240 forks source link

H`E`L`P, I have been trapped for almost one week #437

Closed gedo1018 closed 2 months ago

gedo1018 commented 2 months ago

Error occurred when executing IPAdapterUnifiedLoader:

IPAdapter model not found.

File "D:\aipic\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\aipic\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 "D:\aipic\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "D:\aipic\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 420, in load_models raise Exception("IPAdapter model not found.") Do I put models in the right place? QQ图片20240409232059

hotchkj commented 2 months ago

Do you have an extra search path specified for ipadapter in ComfyUI's extra_model_paths.yaml? I found that breaks the Unified Loader's folder handling. When I removed it, restarted ComfyUI, and made sure to only have the above specified, it started working.

hotchkj commented 2 months ago

Also probably a duplicate of #425 if so.

gedo1018 commented 2 months ago

Do you have an extra search path specified for in ComfyUI's ? I found that breaks the Unified Loader's folder handling. When I removed it, restarted ComfyUI, and made sure to only have the above specified, it started working.ipadapter``extra_model_paths.yaml

Thank you for your kind reply, I checked the file, and it is 'extra_model_paths.yaml.example', I never change it. Bad luck with me. o(╥﹏╥)o

cubiq commented 2 months ago

what model are you trying to load?

shoung commented 2 months ago

Do you have an extra search path specified for ipadapter in ComfyUI's extra_model_paths.yaml? I found that breaks the Unified Loader's folder handling. When I removed it, restarted ComfyUI, and made sure to only have the above specified, it started working.

It`s works for me, many thanks. guys, just delete the "extra_model_paths.yaml" file, and restart ComfyUI.