Skip to content

Commit 123917d

Browse files
committed
Upgrade v1.2.7 to ComfyRegistry
1 parent d4fb74d commit 123917d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.ZH_CN.md

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

5555
**v1.2.7**
5656

57+
- 优化管理节点组显示
58+
-`easy imageRemBg` 上添加 `ben2`
59+
- 添加 joyCaption2 API版节点( https://github.com/siliconflow/BizyAir
5760
- 使用一种新的方式在 loader 中显示模型缩略图(支持 diffusion_models、lors、checkpoints)
5861

5962
**v1.2.6**

README.md

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

5050
**v1.2.7**
5151

52+
- Optimize display of the node maps
53+
- Add `ben2` on `easy imageRemBg`
5254
- Using a new way to display the models thumbnails in the loaders (supported diffusion_models、lors、checkpoints)
5355

5456
**v1.2.6**

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.6"
4+
version = "1.2.7"
55
license = { file = "LICENSE" }
6-
dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark", "onnxruntime", "spandrel", "opencv-python"]
6+
dependencies = ["diffusers", "accelerate", "clip_interrogator>=0.6.0", "sentencepiece", "lark", "onnxruntime", "spandrel", "opencv-python", "matplotlib", "peft"]
77

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

0 commit comments

Comments
 (0)