fixed: install.py wasn't executed properly

https://github.com/comfyanonymous/ComfyUI/issues/6734#issuecomment-2645819264
This commit is contained in:
Dr.Lt.Data
2025-02-09 07:50:31 +09:00
parent 22878f4ef8
commit 488f023bdf
2 changed files with 3 additions and 3 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.17.10"
version = "3.17.11"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]