improved: prevent hang UI while CNR loading

fixed: normalize id for pyproject.toml
This commit is contained in:
Dr.Lt.Data
2025-01-13 06:10:59 +09:00
parent 0b43716c56
commit 897debb106
6 changed files with 54 additions and 15 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 = "3.6.5"
version = "3.7"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]