diff --git a/README.ZH_CN.md b/README.ZH_CN.md index 7586e7c..ec95bd1 100644 --- a/README.ZH_CN.md +++ b/README.ZH_CN.md @@ -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** diff --git a/README.md b/README.md index 371ab04..34cae5b 100644 --- a/README.md +++ b/README.md @@ -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** diff --git a/pyproject.toml b/pyproject.toml index cd02de6..6f8659b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"