fixed: An issue where restore malfunctioned since channel validation patch.

https://github.com/Comfy-Org/comfy-cli/issues/253
This commit is contained in:
Dr.Lt.Data
2025-03-19 01:24:03 +09:00
parent 7fd94a401b
commit 68aa534e1d
2 changed files with 33 additions and 10 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.31.5"
version = "3.31.6"
license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions", "toml", "uv", "chardet"]