mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
enhancement: verbose environment log
This commit is contained in:
parent
891458fef8
commit
7341b42498
@ -17,10 +17,13 @@ import http.client
|
|||||||
import re
|
import re
|
||||||
import signal
|
import signal
|
||||||
import nodes
|
import nodes
|
||||||
|
import torch
|
||||||
|
|
||||||
version = "V1.11.2"
|
|
||||||
|
version = "V1.11.3"
|
||||||
print(f"### Loading: ComfyUI-Manager ({version})")
|
print(f"### Loading: ComfyUI-Manager ({version})")
|
||||||
|
|
||||||
|
|
||||||
required_comfyui_revision = 1793
|
required_comfyui_revision = 1793
|
||||||
comfy_ui_hash = "-"
|
comfy_ui_hash = "-"
|
||||||
|
|
||||||
|
|||||||
@ -6,6 +6,7 @@ import atexit
|
|||||||
import threading
|
import threading
|
||||||
import re
|
import re
|
||||||
import locale
|
import locale
|
||||||
|
import platform
|
||||||
|
|
||||||
|
|
||||||
message_collapses = []
|
message_collapses = []
|
||||||
@ -193,7 +194,9 @@ except Exception as e:
|
|||||||
print(f"[ComfyUI-Manager] Logging failed: {e}")
|
print(f"[ComfyUI-Manager] Logging failed: {e}")
|
||||||
|
|
||||||
|
|
||||||
print("** ComfyUI start up time:", datetime.datetime.now())
|
print("** ComfyUI startup time:", datetime.datetime.now())
|
||||||
|
print("** Python version:", sys.version)
|
||||||
|
print("** Platform:", platform.system())
|
||||||
|
|
||||||
|
|
||||||
def check_bypass_ssl():
|
def check_bypass_ssl():
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user