Solution:
Make sure you create a folder here, comfyui/models/ipadapter. And put the following models in it.
- ip-adapter_sd15.safetensors, Basic model, average strength
- ip-adapter_sd15_light_v11.bin, Light impact model
- ip-adapter-plus_sd15.safetensors, Plus model, very strong
- ip-adapter-plus-face_sd15.safetensors, Face model, portraits
- ip-adapter-full-face_sd15.safetensors, Stronger face model, not necessarily better
- ip-adapter_sd15_vit-G.safetensors, Base model, requires bigG clip vision encoder
- ip-adapter_sdxl_vit-h.safetensors, SDXL model
- ip-adapter-plus_sdxl_vit-h.safetensors, SDXL plus model
- ip-adapter-plus-face_sdxl_vit-h.safetensors, SDXL face model
- ip-adapter_sdxl.safetensors, vit-G SDXL model, requires bigG clip vision encoder
- Deprecated ip-adapter_sd15_light.safetensors, v1.0 Light impact model
RunComfy already has them setup for you, so no need to download them again.
Error occurred when executing IPAdapterUnifiedLoaderFaceID: IPAdapter model not found. File "/home/user/ComfyUl/execution.py", line 151, in recursive execute output_data, output_ui = get_output_ data(obj, input_data_all) File "/home/user/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 " /home/user/ComfyUI/execution.py", line 74, in map_node_over list results.append (getattr(obj, func) (**slice_dict(input_data_all, 1))) File " / home/user/ComfyUI/custom nodes/ComfyUI_IPAdapter_plus/ IPAdapterPlus.py", line 393, in load models raise Exception("IPAdapter model not found.")