1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Print the frontend version in the log.

This commit is contained in:
comfyanonymous
2025-03-07 19:53:07 -05:00
parent 84cc9cb528
commit c3d9cc4592
2 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ except ImportError:
exit(-1)
try:
frontend_version = tuple(map(int, comfyui_frontend_package.__version__.split(".")))
except:
frontend_version = (0,)
pass
REQUEST_TIMEOUT = 10 # seconds