From 2cdb1c519dcabc29ee9a4de4fbcf948dff882594 Mon Sep 17 00:00:00 2001 From: "Shun.L" Date: Tue, 11 Feb 2025 23:07:37 +1100 Subject: [PATCH] Add comfy-portal-endpoint entry to custom-node-list.json (#1533) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 03603de5..7524689f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20751,6 +20751,16 @@ "install_type": "git-clone", "description": "ComfyUI nodes for Janus" }, + { + "author": "ShunL12324", + "title": "comfy-portal-endpoint", + "reference": "https://github.com/ShunL12324/comfy-portal-endpoint", + "files": [ + "https://github.com/ShunL12324/comfy-portal-endpoint" + ], + "install_type": "git-clone", + "description": "This is a ComfyUI extension that provides additional API endpoints functionality, primarily designed to support Comfy Portal - a modern iOS client application for ComfyUI." + },