fixed: robust branch switching for git repo

https://github.com/ltdrdata/ComfyUI-Manager/issues/1410
This commit is contained in:
Dr.Lt.Data
2025-01-11 09:37:22 +09:00
parent d3fa87fd94
commit 041f4e4bb5
4 changed files with 105 additions and 29 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.5.1"
version = "3.6"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]