michaelfeil / infinity

Infinity is a high-throughput, low-latency REST API for serving text-embeddings, reranking models and clip
https://michaelfeil.github.io/infinity/
MIT License
1.31k stars 96 forks source link

[CLIP][Server/Engine] Send images to engine / accept PIL images #258

Closed michaelfeil closed 6 hours ago

michaelfeil commented 3 months ago

Feature request

Instead of sending the URL

Breakdown:

Motivation

Currently you can send only URLS. Goal would be to have a efficent and maintainable (add a test) solution

Your contribution

Looking for contributors!

lckr commented 6 hours ago

This feature request was implemented in #353, closing this issue.