Suggestion: Preprocess the embeddings of genshin impact girls to speedup this space

#1
by narugo - opened

i just read the code, you compared the given image with every characters.
i suggest you can pre-process all the genshin characters and get their embeddings, after that you can simply get the ccip differences with 2 embeddings, which should be greatly faster.
you can read the docs: https://dghs-imgutils.deepghs.org/main/api_doc/metrics/ccip.html

Sign up or log in to comment