cubiq / ComfyUI_IPAdapter_plus

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

IPAdapter model not found. #611

Open axior opened 5 days ago

axior commented 5 days ago

Hello!

Thank you for all your work on IPAdapter nodes, from a fellow italian :)

I am usually using the classic ipadapter model loader, since I always had issues with IPAdapter unified loader. Today I wanted to try it again, and I am encountering issues again, I have checked online and tried some fixes but it does not work: I have tried reinstalling everything and changing paths inside yaml file. I have not manually downloaded and renamed the models since I already had the models already download and correctly named in the correct folder (I didn't download them, maybe some node did?). I am attaching the error comfyui is giving plus a screenshot of my ipadapter models folder. Everything is there and correctly named :(
Screenshot 2024-06-25 alle 17 25 40 Screenshot 2024-06-25 alle 17 25 33

I am also attaching a screenshot of the cmd when comfyui opens up, there is nothing about ipadapter here, even though I have set a line "# ipadapter: models/ipadapter/" at the end of the comfyui section of the extra_model_paths.yaml file and still nothing works. Will I have the same results if I use the legacy Ipadapter model loader? Screenshot 2024-06-25 alle 17 33 04

bel2k10x commented 4 days ago

Hello Axior,

Clean your folder \ComfyUI\models\ipadapter and Download again the checkpoints. Your folder need to match the pic below. (sorry windows is in French but you see what you have to do) Capture

ameen-roayan commented 3 days ago

Hey i am having a similar situation here and the error bit clearly states the model was loaded but something is off it seems.

File "F:\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 515, in load_models raise Exception("IPAdapter model not found.") Exception: IPAdapter model not found.

Prompt executed in 5.04 seconds FETCH DATA from: F:\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]

read_workflow_json_files_all F:\AI\ComfyUI\ComfyUI\custom_nodes\comfyui-mixlab-nodes\app\

got prompt [rgthree] Using rgthree's optimized recursive execution. INFO: Clip Vision model loaded from F:\AI\ComfyUI\ComfyUI\models\clip_vision\CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors !!! Exception during processing!!! IPAdapter model not found. Traceback (most recent call last): File "F:\AI\ComfyUI\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\ComfyUI\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 "F:\AI\ComfyUI\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "F:\AI\ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 515, in load_models raise Exception("IPAdapter model not found.") Exception: IPAdapter model not found.

Prompt executed in 0.72 seconds

axior commented 1 day ago

Hello Axior,

Clean your folder \ComfyUI\models\ipadapter and Download again the checkpoints. Your folder need to match the pic below. (sorry windows is in French but you see what you have to do) Capture

Thank you! This solved it! I had many checkpoints inside the folder but apparently some were missing :)