improve: show try update when 'skip update check' is checked

fix: show failed/not updated item when 'installed' filter
This commit is contained in:
dr.lt.data
2024-01-04 13:53:04 +09:00
parent e18197029c
commit 8c730745d6
2 changed files with 14 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ except:
print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.")
version = [1, 19, 2]
version = [1, 20]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")