From b18130709881d51d3b730e9847b1f7b3c27171a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=E7=A5=9E?= <125015943+GonDesign@users.noreply.github.com> Date: Tue, 17 Feb 2026 09:54:51 +0800 Subject: [PATCH] Add new image processing nodes to custom-node-list (#2472) --- custom-node-list.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index c163c86c..39b4da8a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43472,7 +43472,7 @@ "install_type": "unzip", "description": "Various image processing nodes." }, - { + { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI", "id": "img2halftone", @@ -43482,6 +43482,14 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "GonDesign", + "title": "ComfyUI-HaoranWanxImageEdit", + "reference": "https://github.com/GonDesign/ComfyUI-HaoranWanxImageEdit", + "files": ["https://github.com/GonDesign/ComfyUI-HaoranWanxImageEdit"], + "install_type": "git-clone", + "description": "API plugin for Alibaba Cloud Wanx 2.1 Image Editing model. Supports 10 functions including stylization, inpainting, and outpainting." } ] }