From afe1858e44a57eebdc353b8a4a139a70ab0b83a0 Mon Sep 17 00:00:00 2001 From: dna1989 Date: Sun, 1 Mar 2026 16:37:20 +0530 Subject: [PATCH] Add ComfyUI-Reboot to custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d2159756..9e813fca 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44047,6 +44047,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "dna1989", + "title": "ComfyUI-Reboot", + "id": "comfyui-reboot", + "reference": "https://github.com/dna1989/ComfyUI-Reboot", + "files": [ + "https://github.com/dna1989/ComfyUI-Reboot" + ], + "install_type": "git-clone", + "description": "Adds a one-click server restart button to the ComfyUI sidebar. Features auto-reconnect and cross-platform support (Windows, Linux, macOS)." } ] }