Add TriggerWord Toggle node

This commit is contained in:
Will Miao
2025-02-27 15:38:50 +08:00
parent 61dc766075
commit ccd4cee65a
8 changed files with 790 additions and 2 deletions

View File

@@ -97,7 +97,6 @@ class LoraManager:
# 分阶段加载缓存
await scanner.get_cached_data(force_refresh=True)
print("LoRA Manager: Cache initialization completed")
except Exception as e:
print(f"LoRA Manager: Error initializing cache: {e}")