From a1b402b4a9c0ddd35c0ac1197579f8f7b121ff3e Mon Sep 17 00:00:00 2001 From: yolain Date: Wed, 15 Oct 2025 21:33:46 +0800 Subject: [PATCH] Bump version --- README.ZH_CN.md | 6 ++++++ README.md | 6 ++++++ pyproject.toml | 4 ++-- requirements.txt | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.ZH_CN.md b/README.ZH_CN.md index 5fbb0f8..c57e7aa 100644 --- a/README.ZH_CN.md +++ b/README.ZH_CN.md @@ -52,6 +52,12 @@ git clone https://github.com/yolain/ComfyUI-Easy-Use ## 📜 更新日志 +**v1.3.4** + +- 修复 `easy seedList` 最大值 #879 +- 为xyplot添加controlnet input #877 +- 为 `easy indexAnything` 支持 `反向索引` + **v1.3.3** - 删除CSS类名称`gird-cols-1` #859 diff --git a/README.md b/README.md index c9b8fa5..d0c5a46 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,12 @@ Double-click install.bat to install the required dependencies ## 📜 Changelog +**v1.3.4** + +- Fix `easy seedList` max_num #879 +- Add controlnet input to xyplot #877 +- Support `nagative indexing` for `easy indexAnything` + **v1.3.3** - Removed the definition of the CSS class name gird-cols-1 #859 diff --git a/pyproject.toml b/pyproject.toml index af7e225..b152836 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "comfyui-easy-use" description = "To enhance the usability of ComfyUI, optimizations and integrations have been implemented for several commonly used nodes." -version = "1.3.3" +version = "1.3.4" license = { file = "LICENSE" } -dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark", "onnxruntime", "spandrel", "opencv-python", "matplotlib", "peft"] +dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark", "onnxruntime", "spandrel", "opencv-python-headless", "matplotlib", "peft"] [project.urls] Repository = "https://github.com/yolain/ComfyUI-Easy-Use" diff --git a/requirements.txt b/requirements.txt index 62bb247..3f67033 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ accelerate clip_interrogator>=0.6.0 lark onnxruntime -opencv-python +opencv-python-headless sentencepiece spandrel matplotlib