fix: invalid detection of failed import - reflect changed ComfyUI log system

https://github.com/ltdrdata/ComfyUI-Manager/issues/480
This commit is contained in:
dr.lt.data
2024-03-15 16:08:29 +09:00
parent b7e57b9b9d
commit bb440a4d2d
2 changed files with 7 additions and 18 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, 10]
version = [2, 10, 1]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")