mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
fix: required ComfyUI revision
This commit is contained in:
parent
ae743efd0c
commit
8d7a3aa1b3
@ -28,12 +28,11 @@ except:
|
||||
print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.")
|
||||
|
||||
|
||||
version = [2, 2, 2]
|
||||
version = [2, 2, 3]
|
||||
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
|
||||
print(f"### Loading: ComfyUI-Manager ({version_str})")
|
||||
|
||||
|
||||
required_comfyui_revision = 1793
|
||||
comfy_ui_hash = "-"
|
||||
|
||||
cache_lock = threading.Lock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user