fix: components loading

This commit is contained in:
Dr.Lt.Data
2024-01-20 16:03:51 +09:00
parent 22ee886476
commit f8cf927f6d
2 changed files with 15 additions and 7 deletions

View File

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