fix: error by encoding other than utf-8

This commit is contained in:
dr.lt.data
2024-01-11 16:19:41 +09:00
parent 23a190eeb9
commit 62d87087f8
2 changed files with 5 additions and 5 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 = [1, 25, 3]
version = [1, 25, 4]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")