cubiq / ComfyUI_IPAdapter_plus

GNU General Public License v3.0
3.17k stars 238 forks source link

Error occurred when executing IPAdapterUnifiedLoader: IPAdapter model not found. #502

Closed cybearvision closed 2 months ago

cybearvision commented 2 months ago

I'm not sure why I keep getting this error message. Appreciate any help!

image

I believe I downloaded all models.

image image image
cubiq commented 2 months ago

the controlnet for the lineart is correct, they only miss the ipadapter models. we've talked about this multiple times and it's described in the documentation

Israel-Laguan commented 2 months ago

SO I debugged and seems like ComfyUI's file <root>/folder_paths.py don't have ipadapter path, when I added it it worked for me:

folder_names_and_paths["ipadapter"] = ([os.path.join(models_dir, "ipadapter")], supported_pt_extensions)

image