Skip to content

Commit

Permalink
Upgrade v1.2.6 to ComfyRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
yolain committed Jan 10, 2025
1 parent a1125b2 commit 5e0cc2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ git clone https://github.com/yolain/ComfyUI-Easy-Use

**v1.2.6**

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

**v1.2.5**

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ Double-click install.bat to install the required dependencies

**v1.2.6**

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

**v1.2.5**

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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.2.5"
version = "1.2.6"
license = { file = "LICENSE" }
dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark-parser", "onnxruntime", "spandrel", "opencv-python"]
dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark", "onnxruntime", "spandrel", "opencv-python"]

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

0 comments on commit 5e0cc2e

Please sign in to comment.