From 2731354f168af119d32ac84c0490dc5a8ca49ec5 Mon Sep 17 00:00:00 2001 From: GonDesign Date: Thu, 9 Apr 2026 11:09:15 +0800 Subject: [PATCH] Add ComfyUI-Haoran to custom node list ComfyUI-Haoran is a comprehensive multimedia processing plugin with 70 nodes: - Image editing, video compositing, audio processing - AI integration: Doubao, Gemini, Wanx, VolcEngine, Google Imagen - FunASR local speech recognition - API aggregator for multiple AI models --- custom-node-list.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 34384e14..1fb0bfca 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45891,5 +45891,18 @@ "install_type": "git-clone", "description": "API plugin for Alibaba Cloud Wanx 2.1 Image Editing model. Supports 10 functions including stylization, inpainting, and outpainting." } + }, + { + "author": "GonDesign", + "title": "ComfyUI-Haoran", + "id": "comfyui-haoran", + "reference": "https://github.com/GonDesign/ComfyUI-Haoran", + "files": ["https://github.com/GonDesign/ComfyUI-Haoran"], + "install_type": "git-clone", + "description": "ComfyUI advanced multimedia processing plugin package with 70 nodes, covering image editing, video compositing, audio processing, and AI API integration (Doubao, Gemini, Wanx, VolcEngine, Google Imagen, FunASR, etc.).", + "nodename_pattern": ["Haoran", "Aggregator", "ImageFillToMask", "PureColorDetector"], + "tags": ["image", "video", "audio", "ai", "multimodal", "gemini", "wanx", "funasr", "aggregator"], + "preemptions": [] + } ] -} \ No newline at end of file +}