bump compel

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-06-10 08:09:00 +02:00
parent f4a03d4510
commit 72b2f0d7be
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -383,6 +383,8 @@ class DiffusersTextualInversionManager(BaseTextualInversionManager):
prompt = prompt.replace(token, replacement)
if hasattr(self.pipe, 'embedding_db'):
self.pipe.embedding_db.embeddings_used = list(set(self.pipe.embedding_db.embeddings_used))
if len(self.pipe.embedding_db.embeddings_used) > 0:
log.debug(f'Networks: type=embedding used={self.pipe.embedding_db.embeddings_used}')
debug(f'Prompt: convert="{prompt}"')
return prompt