improve: layout

feat: show button on update available dialog
This commit is contained in:
Dr.Lt.Data
2023-12-16 13:59:18 +09:00
parent 316f67af4d
commit 464c8e9cc1
5 changed files with 112 additions and 28 deletions

View File

@@ -20,7 +20,7 @@ import nodes
import torch
version = [1, 13, 7]
version = [1, 14]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")