fix: component loading

This commit is contained in:
dr.lt.data
2024-01-18 17:05:37 +09:00
parent a7f4ce1582
commit ae743efd0c
3 changed files with 49 additions and 22 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, 1]
version = [2, 2, 2]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")