cubiq / ComfyUI_IPAdapter_plus

GNU General Public License v3.0
3.12k stars 235 forks source link

IPAdapterUnifiedLoaderFaceID, files are correctly placed and named, but not loading #585

Open saidthebird opened 1 month ago

saidthebird commented 1 month ago

hi, I am following a tutorial : https://www.youtube.com/watch?v=_JzDcgKgghY&t=195s but for some reason most of the nodes looks different, and I am missing regular IPadapter node(image below)

and everytime I try using IPadapterUnifiedLoaderFaceID, it does not work, leaving me the following error.

I believe I have everything placed and named as they should be. Please help

스크린샷 2024-05-31 105838 스크린샷 2024-05-31 110038

Error occurred when executing IPAdapterUnifiedLoaderFaceID:

IPAdapter model not found.

File "D:\AI\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\AI\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 "D:\AI\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 "D:\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 515, in load_models raise Exception("IPAdapter model not found.") 스크린샷 2024-05-31 105715

wuya2408 commented 1 week ago

I also encountered this problem, have you solved it?