AttributeError: 'EmbeddingDatabase' object has no attribute 'skipped_embeddings' #98
Replies: 2 comments 6 replies
-
|
This is due to an update to the webui shortly after I released the new embedding search system, will fix it soon. |
Beta Was this translation helpful? Give feedback.
-
|
that's an error again! Exception in thread Thread-2: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
File "/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/content/stable-diffusion-webui/extensions/a1111-sd-webui-tagcomplete/scripts/tag_autocomplete_helper.py", line 92, in get_embeddings
while len(sd_hijack.model_hijack.embedding_db.word_embeddings) + len(sd_hijack.model_hijack.embedding_db.skipped_embeddings) < len(embs_in_dir):
AttributeError: 'EmbeddingDatabase' object has no attribute 'skipped_embeddings'
That's what occurred because of the error that probably shows me. I also like to use with google colab but can you fix that?
Beta Was this translation helpful? Give feedback.
All reactions