Commit 62edfae2 authored by DepFA's avatar DepFA Committed by AUTOMATIC1111
Browse files

print list of embeddings on reload

parent b99d3cf6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -137,6 +137,7 @@ class EmbeddingDatabase:
                continue

        print(f"Loaded a total of {len(self.word_embeddings)} textual inversion embeddings.")
        print("Embeddings:", ', '.join(self.word_embeddings.keys()))

    def find_embedding_at_position(self, tokens, offset):
        token = tokens[offset]