mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Undo debug message
This commit is contained in:
parent
89f1909e4b
commit
d753cff91a
@ -1191,8 +1191,6 @@ class ModelManager(object):
|
||||
if self.embedding_path is not None:
|
||||
print(f">> Loading embeddings from {self.embedding_path}")
|
||||
for root, _, files in os.walk(self.embedding_path):
|
||||
print(root)
|
||||
print(files)
|
||||
for name in files:
|
||||
ti_path = os.path.join(root, name)
|
||||
model.textual_inversion_manager.load_textual_inversion(
|
||||
|
Loading…
Reference in New Issue
Block a user