fix: potential error of undefined global variable comfy_ui_hash

This commit is contained in:
dr.lt.data 2023-12-12 09:20:45 +09:00
parent b77500f23a
commit 891458fef8

View File

@ -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()