FIXED: robust ComfyUI path recognition

FIXED: robust import even if prestartup is failed
IMPROVE: show version tag of ComfyUI instead of revision
This commit is contained in:
Dr.Lt.Data
2024-12-03 01:19:04 +09:00
parent a7af3c1bd4
commit 8593a7206b
4 changed files with 34 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "2.54"
version = "2.55"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]