Hacker News new | ask | show | jobs
by cercatrova 1361 days ago
How does it compare with https://lexica.art?
2 comments

Krea dev here.

Lexica is a search engine (like krea.ai), but it doesn’t allow you to create collections or like generations.

Regarding the API, both have public APIs although I’m not sure if you can paginate through several search results using the public Lexica API. In the Krea Prompts API, you can do cursor-based pagination.

Finally, Lexica API allows you to do CLIP-based search, but with Krea we are using PostgreSQL full-text search (for now). However, the code to do CLIP search with the dataset (including reverse image search) is in the repository.

(edit: also, nor Lexica nor other search engines or similar products are offering the dataset afaik.)

Nice! That is cool!
The source (Stability AI Discord) is the same, but I don't know how Sharif gathered his data.
How to access the SD dataset?
In the repository there’s a link or a `wget` statement that you can execute to download the 10M dataset.