FIXED: Resolved an issue where the nightly version was always blocked by the security filter.

FIXED: Ensured that at least one reload occurs during startup.

https://github.com/ltdrdata/ComfyUI-Manager/issues/1437
This commit is contained in:
Dr.Lt.Data
2025-01-11 23:55:14 +09:00
parent c663907e37
commit 0903f28b0c
3 changed files with 7 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 6, 2]
version_code = [3, 6, 3]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')