rom1504 / clip-retrieval

Easily compute clip embeddings and build a clip retrieval system with them
https://rom1504.github.io/clip-retrieval/
MIT License
2.37k stars 208 forks source link

Clip Retrieval UI / Clip front is down #378

Closed Ahmedkoptan closed 6 months ago

Ahmedkoptan commented 6 months ago

Attempting to use Clip Retrieval UI / Clip front but it seems broken : https://rom1504.github.io/clip-retrieval/?back=https%3A%2F%2Fknn.laion.ai&index=laion5B-H-14&useMclip=false

tripplyons commented 6 months ago

It seems like the knn.laion.ai endpoints no longer work. In the web frontend you mentioned, there is a CORS error, but even if I try locally running curl 'https://knn.laion.ai/indices-list' the server returns an error.

rom1504 commented 6 months ago

324