Skip to content

Commit 02695fe

Browse files
committed
Update v1.2.2 to comfyRegistry
1 parent 9b5b239 commit 02695fe

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are supported funding model platforms
22

3-
custom: ["https://space.bilibili.com/1840885116", "https://afdian.com/a/yolain"]
3+
custom: ["https://space.bilibili.com/1840885116"]

README.ZH_CN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- 支持 sd3 模型
3939
- 支持 kolors 模型
4040
- 支持 flux 模型
41+
- 支持 惰性条件判断(ifElse)和 for循环
4142

4243
## 👨🏻‍🔧 安装
4344

@@ -62,9 +63,14 @@ git clone https://github.com/yolain/ComfyUI-Easy-Use
6263

6364
**v1.2.2**
6465

66+
- 增加 `easy batchAny`
67+
- 增加 `easy anythingIndexSwitch`
68+
- 增加 `easy forLoopStart``easy forLoopEnd`
69+
- 增加 `easy ifElse`
6570
- 增加 v2 版本新前端代码
6671
- 增加 `easy fluxLoader`
6772
- 增加 `controlnetApply` 相关节点对sd3和hunyuanDiT的支持
73+
- 修复 当使用fooocus inpaint后,再使用Lora模型无法生效的问题
6874

6975
**v1.2.1**
7076

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Docs (Cooming Soon) |
3434
- Support SD3's model
3535
- Support Kolors‘s model
3636
- Support Flux's model
37+
- Support lazy if else and for loops
3738

3839
## 👨🏻‍🔧 Installation
3940
Clone the repo into the **custom_nodes** directory and install the requirements:
@@ -57,9 +58,14 @@ Double-click install.bat to install the required dependencies
5758

5859
**v1.2.2**
5960

61+
- Added `easy batchAny`
62+
- Added `easy anythingIndexSwitch`
63+
- Added `easy forLoopStart` and `easy forLoopEnd`
64+
- Added `easy ifElse`
6065
- Added v2 web frond-end code
6166
- Added `easy fluxLoader`
6267
- Added support for `controlnetApply` Related nodes with SD3 and hunyuanDiT
68+
- Fixed after using `easy applyFooocusInpaint`, all lora models become unusable
6369

6470
**v1.2.1**
6571

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.1"
4+
version = "1.2.2"
55
license = { file = "LICENSE" }
66
dependencies = ["diffusers>=0.25.0", "accelerate>=0.25.0", "clip_interrogator>=0.6.0", "sentencepiece", "lark-parser", "onnxruntime", "spandrel", "opencv-python"]
77

0 commit comments

Comments
 (0)