mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
fix: potential error of undefined global variable comfy_ui_hash
This commit is contained in:
parent
b77500f23a
commit
891458fef8
@ -18,10 +18,11 @@ import re
|
||||
import signal
|
||||
import nodes
|
||||
|
||||
version = "V1.11.1"
|
||||
version = "V1.11.2"
|
||||
print(f"### Loading: ComfyUI-Manager ({version})")
|
||||
|
||||
required_comfyui_revision = 1793
|
||||
comfy_ui_hash = "-"
|
||||
|
||||
|
||||
cache_lock = threading.Lock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user