feat: add Possible(left) + Copy(right) for double-click feature

This commit is contained in:
dr.lt.data
2024-01-30 17:26:53 +09:00
parent e75b7938de
commit e54c4b1f7b
4 changed files with 23 additions and 1 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, 6]
version = [2, 7]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")