cubiq / ComfyUI_IPAdapter_plus

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

IPAdapter model not found #586

Open kanbekotori opened 1 month ago

kanbekotori commented 1 month ago

Which model do I have to download to get it to work? 屏幕截图 2024-05-31 141422 屏幕截图 2024-05-31 141618

JOJO-W commented 1 month ago

image make sure all of these that you had installed.Obviously you didn't pack it all!

kimboul commented 1 month ago

image make sure all of these that you had installed.Obviously you didn't pack it all!

i'm getting the same problem no idea why its not working, i downloaded all these you circled in red and placed them in the folder but still same problem for me, "IPAdapter model not found." attached screenshot for reference ipadapter

PiDrawings commented 4 weeks ago

same situation with me:

image image

PiDrawings commented 4 weeks ago

ok, have solved mine with putting ip adapter models in directory same as in this thread: https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/313 not only in custom_nodes folder, it seems to running right now

egaryw2011 commented 4 weeks ago

I have the same error however I believe I have everything correct, my installation is on a Mac M2, installed using Stability Matrix. The 2 clip vision files are in their folder named correctly in ComfyUI/models/clip_vision the 10 ipadapter files are in their directories ComfyUI/models/ipadapter - restart still get the error below, any ideas would be appreciated?

image
arfans22 commented 3 weeks ago

Screenshot 2024-06-03 154223

been stucking in this error for 3 days until now, please help me

egaryw2011 commented 3 weeks ago

I used stability matrix to install ComfyUI, I fixed it my end by copying all the IPAdaptor models to the models directory under stability matrix.

arfans22 commented 3 weeks ago

I used stability matrix to install ComfyUI, I fixed it my end by copying all the IPAdaptor models to the models directory under stability matrix.

did you fixed this IPAdapter model not found?

egaryw2011 commented 3 weeks ago

I used stability matrix to install ComfyUI, I fixed it my end by copying all the IPAdaptor models to the models directory under stability matrix.

did you fixed this IPAdapter model not found?

yes

arfans22 commented 3 weeks ago

I used stability matrix to install ComfyUI, I fixed it my end by copying all the IPAdaptor models to the models directory under stability matrix.

did you fixed this IPAdapter model not found?

yes

please guide me how to fix that

egaryw2011 commented 3 weeks ago

Not sure if I can help, I used Stability Matrix to install ComfyUI which is used to manage different packages ComfyUi being one of them. I also have installed it on a Mac yours looks like its windows.

What I did, I found another directory IPAdapter that was made so I copied the models into that and it worked. I presume there is a path issue that I need to fix somewhere but this fixed it temperarily.

On 3 Jun 2024, at 7:05 PM, amos @.***> wrote:

I used stability matrix to install ComfyUI, I fixed it my end by copying all the IPAdaptor models to the models directory under stability matrix.

did you fixed this IPAdapter model not found?

yes

please guide me how to fix that

— Reply to this email directly, view it on GitHub https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/586#issuecomment-2144913254, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU5CVD6YQW5JAOUM4HN4D5TZFREXTAVCNFSM6AAAAABISGBEY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBUHEYTGMRVGQ. You are receiving this because you commented.

arfans22 commented 3 weeks ago

finally I found how to fix this.

https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/123#issuecomment-1937867603

kimboul commented 3 weeks ago

I solved it too, installed ComfyUI using stability matrix too so i had to put it in this folder instead and it worked! fix

egaryw2011 commented 3 weeks ago

Good work,

But it's funny, I found the root cause in the path, so I added the correct path and was able to delete the models in the Stability Matrix folder and use the modules where they are suppose to be.

:-)

On 4 Jun 2024, at 8:22 AM, kimboul @.***> wrote:

I solved it too, installed ComfyUI using stability matrix too so i had to put it in this folder instead and it worked! fix.jpg (view on web) https://github.com/cubiq/ComfyUI_IPAdapter_plus/assets/159362193/ff4260bc-f78a-4aa4-b8b1-245f560dd48b — Reply to this email directly, view it on GitHub https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/586#issuecomment-2146341321, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU5CVD5IT5PF3RYM6W2CU6TZFUCC5AVCNFSM6AAAAABISGBEY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBWGM2DCMZSGE. You are receiving this because you commented.

dzc2009 commented 3 weeks ago

You should try "git checkout 6a411dcb2c6c3b91a3aac97adfb080a77ade7d38" to solve it

pristinaai commented 3 weeks ago

I used stability matrix to install ComfyUI, I fixed it my end by copying all the IPAdaptor models to the models directory under stability matrix.

I struggled for a long time. this worked for me. Putting models here: C:\Portable Program Files\StabilityMatrix-win-x64\Data\Models\IpAdapter

egaryw2011 commented 3 weeks ago

I found the underlying problem.

It was a path issue pointing back to ComfyUI

You need to place this line in comfyui/folder_paths.py, once you do that and restart Comfy you will be able to take out the models you placed in Stability Matrix and place them back into the models in Comfy.

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

On 6 Jun 2024, at 7:26 PM, pristinaai @.***> wrote:

I used stability matrix to install ComfyUI, I fixed it my end by copying all the IPAdaptor models to the models directory under stability matrix.

I struggled for a long time. this worked for me. Putting models here: C:\Portable Program Files\StabilityMatrix-win-x64\Data\Models\IpAdapter

— Reply to this email directly, view it on GitHub https://github.com/cubiq/ComfyUI_IPAdapter_plus/issues/586#issuecomment-2152117190, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU5CVD54QYKPTJQXP5QUU53ZGBBQBAVCNFSM6AAAAABISGBEY2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJSGEYTOMJZGA. You are receiving this because you commented.