fix: button size

This commit is contained in:
Dr.Lt.Data
2024-04-09 22:21:12 +09:00
parent 7a841dce1d
commit 8b39c4f000
2 changed files with 2 additions and 1 deletions

View File

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