monatis / clip.cpp

CLIP inference in plain C/C++ with no extra dependencies
MIT License
439 stars 30 forks source link

include clip.cpp in another project #90

Open bssrdf opened 8 months ago

bssrdf commented 8 months ago

Hi, I am working on a side project off stable-diffusion.cpp which really needs the functionality of your clip implementation. What's the best way to use clip? Also it seems ggml version clip.cpp depends on is really old. Could you update it? Thanks for your efforts.