From 26be01ff829c53056c36450635166c6c6dc506b4 Mon Sep 17 00:00:00 2001 From: "hua(Kungfu)" <84950880+kungful@users.noreply.github.com> Date: Sun, 27 Apr 2025 21:52:56 +0800 Subject: [PATCH] Update custom-node-list.json (#1774) --- 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 83071da4..6af997e6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -24584,7 +24584,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" + },