Bump version

This commit is contained in:
yolain
2025-10-15 21:33:46 +08:00
parent 755723ce64
commit a1b402b4a9
4 changed files with 15 additions and 3 deletions
+6
View File
@@ -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
+6
View File
@@ -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
+2 -2
View File
@@ -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"
+1 -1
View File
@@ -3,7 +3,7 @@ accelerate
clip_interrogator>=0.6.0
lark
onnxruntime
opencv-python
opencv-python-headless
sentencepiece
spandrel
matplotlib