feat: custom node list - sorting feature for author/title

This commit is contained in:
Dr.Lt.Data
2024-04-04 01:11:41 +09:00
parent 251a8fe317
commit 3ea55e01d4
4 changed files with 38 additions and 8 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, 14]
version = [2, 15]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")