ali-vilab / AnyDoor

Official implementations for paper: Anydoor: zero-shot object-level image customization
https://ali-vilab.github.io/AnyDoor-Page/
MIT License
3.97k stars 360 forks source link

No matching distrbibution found for open_clip #53

Open AzerX2 opened 9 months ago

AzerX2 commented 9 months ago

run_interference.py use a package : open_clip and when i install it with pip, he don't find this module

alexandrewillame commented 9 months ago

Install open-clip-torch via pip:

pip install open-clip-torch

This should solve your issue

AzerX2 commented 9 months ago

Capture I have another error

aadinash commented 9 months ago

Simplest is to edit requirements.txt to a version that's close (look at the list of version that are available), maybe "opencv_contrib_python==4.4.0.46" considering that's a version pip has access to? I did something similar and it worked. Or could update pip and try again.