From 93902708796066532210379406d68732e512ac7a Mon Sep 17 00:00:00 2001 From: Evgeniy Andriyanoff Date: Tue, 20 Jan 2026 14:32:31 +0200 Subject: [PATCH] Add ComfyUI Remote Upscale node (#2500) --- 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 48b79e61..8ac1f3a9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42148,6 +42148,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." + } ] }