Closed jbm0674 closed 7 months ago
I'm getting the same error but only with the preset 'FACEID PLUS - SD1.5' selected from the dropdown list.
post your directory structure
jbm0674 should have priority. Here's mine in the meantime...
C:\Users\Brian\Programs\ComfyUI_windows_portable_3\ComfyUI\models\ipadapter>dir /b ip-adapter-faceid-plusv2_sd15.bin ip-adapter-faceid-portrait-v11_sd15.bin ip-adapter-faceid-portrait_sdxl.bin ip-adapter-faceid_sd15.bin ip-adapter-faceid_sdxl.bin ip-adapter-full-face_sd15.safetensors ip-adapter-plus-face_sd15.safetensors ip-adapter-plus-face_sdxl_vit-h.safetensors ip-adapter-plus_sd15.safetensors ip-adapter-plus_sdxl_vit-h.safetensors ip-adapter_sd15.safetensors ip-adapter_sd15_light.safetensors ip-adapter_sd15_light_v11.bin ip-adapter_sd15_vit-G.safetensors ip-adapter_sdxl.safetensors ip-adapter_sdxl_vit-h.safetensors
C:\Users\Brian\Programs\ComfyUI_windows_portable_3\ComfyUI\models\loras>dir /b DetailedEyes_V3.safetensors ip-adapter-faceid-plusv2_sd15_lora.safetensors ip-adapter-faceid-plusv2_sdxl_lora.safetensors ip-adapter-faceid_sd15_lora.safetensors ip-adapter-faceid_sdxl_lora.safetensors lcm-lora-sdv1-5.safetensors lcm-lora-sdxl.safetensors lcm-lora-ssd-1b.safetensors print_loras.txt put_loras_here v2_lora_PanLeft.ckpt v2_lora_PanRight.ckpt v2_lora_RollingAnticlockwise.ckpt v2_lora_RollingClockwise.ckpt v2_lora_TiltDown.ckpt v2_lora_TiltUp.ckpt v2_lora_ZoomIn.ckpt v2_lora_ZoomOut.ckpt
C:\Users\Brian\Programs\ComfyUI_windows_portable_3\ComfyUI\models\clip_vision>dir /b CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors put_clip_vision_models_here
you miss ip-adapter-faceid-plus_sd15.bin ip-adapter-faceid-plus_sd15_lora.safetensors
Thank you! That fixed mine. Before posting I had tried the 1st one (FaceID plus v1) but never included the 2nd (Lora), so when it didn't work and was deprecated I deleted it (in haste) but now I guess it needed both. Thanks again.
I didn't mean to split my response, shown is were my files are and what they are named, im running a MacBook Pro with an M3Pro Chip (if that matters any at all)
Hi there can you look at my files, im still getting that error?
@jbm0674 I think it is because your model folder is named ip-adapter
instead of ipadapter
That was it, thanks
Error occurred when executing IPAdapterUnifiedLoader: IPAdapter model not found. File "/Users/juliusmoore/AI-SD/StableSwarmUI/dlbackend/ComfyUI/execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "/Users/juliusmoore/AI-SD/StableSwarmUI/dlbackend/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 "/Users/juliusmoore/AI-SD/StableSwarmUI/dlbackend/ComfyUI/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "/Users/juliusmoore/AI-SD/StableSwarmUI/dlbackend/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus/IPAdapterPlus.py", line 393, in load_models raise Exception("IPAdapter model not found.")
Models were placed where instructed, renamed if needed and I still can't solve this issue.