From a41602d3456a03380b023fb638a071fc4681e251 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 15 Jan 2026 08:28:07 +0200 Subject: [PATCH] Add ComfyUI Remote Upscale node --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6219ee31..d8d12b99 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41860,6 +41860,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "gen1nya", + "title": "ComfyUI Remote Upscale", + "id": "remote-upscale", + "reference": "https://github.com/gen1nya/ComfyUI-Remote-Upscale", + "files": [ + "https://github.com/gen1nya/ComfyUI-Remote-Upscale" + ], + "install_type": "git-clone", + "description": "Offload image upscaling to a remote server with a dedicated GPU. Real-time progress streaming via SSE." + } ] }