InvokeAI icon indicating copy to clipboard operation
InvokeAI copied to clipboard

Local embeddings support (CLI autocomplete)

Open pythonlearner1025 opened this issue 3 years ago • 0 comments

Added support for detecting & adding local embeddings to list of concepts.

  • When autocomplete prompted with <+tab, list_concepts() in Concepts will search for user-added .bin or .pt files in /embeddings directory and add them to list of concepts
  • User can autocomplete or directly type their local embedding name, and it will be handled on generation by embedding_manager
  • User can add embeddings during CLI runtime and autocompleter will be able to query it.

pythonlearner1025 avatar Jan 02 '23 21:01 pythonlearner1025