mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
reduced verbosity of embed loading messages
This commit is contained in:
@@ -69,7 +69,6 @@ class TextualInversionManager:
|
||||
return
|
||||
|
||||
try:
|
||||
print(f'>> Scanning {str(ckpt_path)} for embedding terms')
|
||||
scan_result = scan_file_path(str(ckpt_path))
|
||||
if scan_result.infected_files == 1:
|
||||
print(
|
||||
|
||||
Reference in New Issue
Block a user