From d09d4e545d652addfdcf0651fd38da5b0113aa61 Mon Sep 17 00:00:00 2001 From: Shun Liu Date: Tue, 11 Feb 2025 09:01:51 +1100 Subject: [PATCH] Add comfy-portal-endpoint entry to custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index a60e8ed7..69f16297 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -20730,6 +20730,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." + },