From 45770ac2cbe917463883affc1076b6ea80c3a428 Mon Sep 17 00:00:00 2001 From: Nick deLannoy Date: Thu, 5 Feb 2026 21:19:24 -0600 Subject: [PATCH] add comfyui-mobile-frontend (#2560) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8fc61df8..05b632eb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43304,6 +43304,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "cosmicbuffalo", + "title": "ComfyUI Mobile Frontend", + "id": "comfyui-mobile-frontend", + "reference": "https://github.com/cosmicbuffalo/comfyui-mobile-frontend", + "files": [ + "https://github.com/cosmicbuffalo/comfyui-mobile-frontend" + ], + "install_type": "git-clone", + "description": "A mobile-friendly user interface for ComfyUI mounted in parallel with the main frontend at /mobile/." } ] }