improve: collapse deprecation message

This commit is contained in:
Dr.Lt.Data
2024-03-23 12:59:10 +09:00
parent f73dcddf49
commit bae144d36c
2 changed files with 2 additions and 2 deletions

View File

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