update show log path on startup log

This commit is contained in:
dr.lt.data 2023-12-12 11:09:48 +09:00
parent 46eceed45f
commit f104681e5e
2 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import nodes
import torch
version = "V1.11.4"
version = "V1.11.5"
print(f"### Loading: ComfyUI-Manager ({version})")

View File

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