update packages

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-07-29 08:57:52 +02:00
parent 9056b88f69
commit 6941122a96
4 changed files with 10 additions and 9 deletions
+1 -2
View File
@@ -146,8 +146,7 @@ class PromptEnhanceScript(scripts_manager.Script):
self.compile()
except Exception as e:
log.error(f'Prompt enhance: load {e}')
if debug_enabled:
errors.display(e, 'Prompt enhance')
errors.display(e, 'Prompt enhance')
devices.torch_gc()
self.set_openai(enable=use_openai)