Skip to content

Commit 29355ff

Browse files
committed
Update resources for new tooling nodes
1 parent 23ab5cf commit 29355ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai_diffusion/resources.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Version identifier for all the resources defined here. This is used as the server version.
1010
# It usually follows the plugin version, but not all new plugin versions also require a server update.
11-
version = "1.40.0"
11+
version = "1.41.0"
1212

1313
comfy_url = "https://github.com/comfyanonymous/ComfyUI"
1414
comfy_version = "637221995f7424a561bd825de3e61ea117dfe1e3"
@@ -42,8 +42,8 @@ class CustomNode(NamedTuple):
4242
"External Tooling Nodes",
4343
"comfyui-tooling-nodes",
4444
"https://github.com/Acly/comfyui-tooling-nodes",
45-
"20f8d8ecc9f35550f84da7c41fb704a8f418b2bd",
46-
["ETN_LoadImageBase64", "ETN_LoadMaskBase64", "ETN_SendImageWebSocket", "ETN_Translate"],
45+
"fbf99f2a08368211513bcc3a3ab5b8bc62a476b1",
46+
["ETN_LoadImageCache", "ETN_SaveImageCache", "ETN_Translate"],
4747
),
4848
CustomNode(
4949
"Inpaint Nodes",

0 commit comments

Comments
 (0)