Skip to content

Commit

Permalink
Upgrade v1.2.7 to ComfyRegistry
Browse files Browse the repository at this point in the history
  • Loading branch information
yolain committed Feb 10, 2025
1 parent d4fb74d commit 123917d
Show file tree
Hide file tree
Showing 3 changed files with 7 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,6 +54,9 @@ git clone https://github.com/yolain/ComfyUI-Easy-Use

**v1.2.7**

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

**v1.2.6**
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Double-click install.bat to install the required dependencies

**v1.2.7**

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

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

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

0 comments on commit 123917d

Please sign in to comment.