cubiq/ComfyUI_InstantID

Cannot open "ip-adapter.bin" despite it being inside "D:\ComfyUIModels5\models\instantid" (InstantIDModelLoader returns an EMPTY list [] )

CoUIfy opened this issue · 1 comments

Why can't I obtain that item? Was that the wrong path?

class InstantIDModelLoader:
@classmethod
def INPUT_TYPES(s):
return {"required": { "instantid_file": ([r"D:\ComfyUIModels_______\models\instantid\ip-adapter.bin"])}}

This function returns an empty LIST,[].

I dont know why I solved it exaclty, but I had to go add a line in the YAML file I think (added intantid)
I aldo, downloaded some missing models direclty in the node MANAGER.
I think thats about it.