mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-23 21:14:44 +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 signal
|
||||||
import nodes
|
import nodes
|
||||||
|
|
||||||
version = "V1.11.1"
|
version = "V1.11.2"
|
||||||
print(f"### Loading: ComfyUI-Manager ({version})")
|
print(f"### Loading: ComfyUI-Manager ({version})")
|
||||||
|
|
||||||
required_comfyui_revision = 1793
|
required_comfyui_revision = 1793
|
||||||
|
comfy_ui_hash = "-"
|
||||||
|
|
||||||
|
|
||||||
cache_lock = threading.Lock()
|
cache_lock = threading.Lock()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user