cubiq / ComfyUI_InstantID

Apache License 2.0
944 stars 50 forks source link

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

Closed CoUIfy closed 3 weeks ago

CoUIfy commented 3 weeks ago

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,[].

CoUIfy commented 3 weeks ago

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.