mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update show log path on startup log
This commit is contained in:
parent
46eceed45f
commit
f104681e5e
@ -20,7 +20,7 @@ import nodes
|
||||
import torch
|
||||
|
||||
|
||||
version = "V1.11.4"
|
||||
version = "V1.11.5"
|
||||
print(f"### Loading: ComfyUI-Manager ({version})")
|
||||
|
||||
|
||||
|
||||
@ -198,6 +198,7 @@ print("** ComfyUI startup time:", datetime.datetime.now())
|
||||
print("** Platform:", platform.system())
|
||||
print("** Python version:", sys.version)
|
||||
print("** Python executable:", sys.executable)
|
||||
print("** Log path:", os.path.abspath('comfyui.log'))
|
||||
|
||||
|
||||
def check_bypass_ssl():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user