InvokeAI
InvokeAI copied to clipboard
Local embeddings support (CLI autocomplete)
Added support for detecting & adding local embeddings to list of concepts.
- When autocomplete prompted with <+tab,
list_concepts()inConceptswill search for user-added .bin or .pt files in/embeddingsdirectory 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.