mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-20 11:52:59 +08:00
version marker
This commit is contained in:
parent
2646e84d3a
commit
1230d327ff
@ -29,7 +29,7 @@ except:
|
||||
print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.")
|
||||
|
||||
|
||||
version = [2, 3]
|
||||
version = [2, 3, 1]
|
||||
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
|
||||
print(f"### Loading: ComfyUI-Manager ({version_str})")
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user