From d5bc1e3c7fe074da7d729f0a1ce4a0d7632c9ea9 Mon Sep 17 00:00:00 2001 From: "hua(Kungfu)" <84950880+kungful@users.noreply.github.com> Date: Sat, 26 Apr 2025 16:07:57 +0800 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 19573f41..9276ca89 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -24574,7 +24574,16 @@ "install_type": "git-clone", "description": "NODES: Item List, Template Input, Template Processor, Scene Queue Node, Trigger Passthrough Node" }, - + { + "author": "hua(Kungfu)", + "title": "ComfyUI_to_webui", + "reference": "https://github.com/kungful/ComfyUI_to_webui", + "files": [ + "https://github.com/kungful/ComfyUI_to_webui" + ], + "install_type": "git-clone", + "description": "Encapsulate the comfyui workflow as a gradio webui" + },