mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-19 11:23:00 +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…
Reference in New Issue
Block a user