more verbose startup log

This commit is contained in:
dr.lt.data
2023-12-12 11:05:45 +09:00
parent 7341b42498
commit 46eceed45f
2 changed files with 3 additions and 2 deletions

View File

@@ -195,8 +195,9 @@ except Exception as e:
print("** ComfyUI startup time:", datetime.datetime.now())
print("** Python version:", sys.version)
print("** Platform:", platform.system())
print("** Python version:", sys.version)
print("** Python executable:", sys.executable)
def check_bypass_ssl():