Skip to content

Commit 5e0cc2e

Browse files
committed
Upgrade v1.2.6 to ComfyRegistry
1 parent a1125b2 commit 5e0cc2e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.ZH_CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@ git clone https://github.com/yolain/ComfyUI-Easy-Use
5454

5555
**v1.2.6**
5656

57+
- 修复了在缺少自定义节点时缺少 “红色框框” 样式的问题。
58+
- 在一些简单的加载器中,将 `clip_skip` 的默认值从 `-1` 调整为 `-2`
5759
- 修复因设置节点中缺少相连接的自定义节点而导致弄乱画布的问题
60+
- 修复 'easy imageChooser' 不能循环使用的问题。
5861

5962
**v1.2.5**
6063

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ Double-click install.bat to install the required dependencies
4949

5050
**v1.2.6**
5151

52+
- Fix missing the "Red Rect" styles when you are missing custom nodes.
53+
- Adjust the default value of `clip_skip` from `-1` to `-2` in some easy loaders.
5254
- Fix the issue due to set nodes missing custom nodes which their connected, causing canvas to be messed up.
55+
- Fix the `easy imageChooser` can not using in a loop.
5356

5457
**v1.2.5**
5558

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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.5"
4+
version = "1.2.6"
55
license = { file = "LICENSE" }
6-
dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark-parser", "onnxruntime", "spandrel", "opencv-python"]
6+
dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark", "onnxruntime", "spandrel", "opencv-python"]
77

88
[project.urls]
99
Repository = "https://github.com/yolain/ComfyUI-Easy-Use"

0 commit comments

Comments
 (0)