Skip to content

Commit eff718c

Browse files
committed
Upgrade v1.2.9 to ComfyRegistry
1 parent 615a2ab commit eff718c

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.ZH_CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ git clone https://github.com/yolain/ComfyUI-Easy-Use
5252

5353
## 📜 更新日志
5454

55+
**v1.2.9**
56+
57+
- 修复 Imagechooser 会导致工作流处理取消
58+
- 修复 brushnet tensor(640) 错误
59+
- 修复v1.6.0前端之后无法隐藏小部件的bug
60+
- 修复图像选择器无法选择图像
61+
- 修复ContextMenu Monkey修补以影响自定义脚本(PYSSSS)节点
62+
5563
**v1.2.8**
5664

5765
- 修复了一些BUG (😹)

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ Double-click install.bat to install the required dependencies
4747

4848
## 📜 Changelog
4949

50+
**v1.2.9**
51+
52+
- Fix ImageChooser causes workflow processing to cancel
53+
- Fix brushnet tensor(640) error
54+
- Fix widgets not hidden after v1.6.0 frontend
55+
- Fix image chooser can not select images
56+
- Fix contextMenu monkey patching to affect custom scripts (pysssss) nodes
57+
5058
**v1.2.8**
5159

5260
- Added the multi-language catalog

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-easy-use"
33
description = "To enhance the usability of ComfyUI, optimizations and integrations have been implemented for several commonly used nodes."
4-
version = "1.2.8"
4+
version = "1.2.9"
55
license = { file = "LICENSE" }
66
dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark", "onnxruntime", "spandrel", "opencv-python", "matplotlib", "peft"]
77

0 commit comments

Comments
 (0)