fixed: Bug fix in glob/manager_server.py that prevented cache updates when installed via pip. (#2237)

Until the cacheless implementation is fully applied, the cache must always be updated — otherwise, various parts of the system will malfunction.
This commit is contained in:
Dr.Lt.Data
2025-10-21 07:16:57 +09:00
committed by GitHub
parent e0640e7014
commit 079ac254ce
3 changed files with 8 additions and 11 deletions

View File

@@ -1003,7 +1003,6 @@ class UnifiedManager:
"""
result = ManagedResult('enable')
if 'comfyui-manager' in node_id.lower():
return result.fail(f"ignored: enabling '{node_id}'")