From 51e8b608dc057bb22df2d606c66500e43d081874 Mon Sep 17 00:00:00 2001 From: LAOGOU <164337292+LAOGOU-666@users.noreply.github.com> Date: Mon, 24 Feb 2025 00:31:45 -1100 Subject: [PATCH] Update custom-node-list.json (#1575) * Add Comfyui-Transform and LG_HotReload custom nodes * Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 30ea8dba..aeb773b3 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21759,6 +21759,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "LAOGOU-666", + "title": "ComfyUI-LG_HotReload", + "id": "ComfyUI-LG_HotReload", + "reference": "https://github.com/LAOGOU-666/Comfyui-LG_HotReload", + "files": [ + "https://github.com/LAOGOU-666/Comfyui-LG_HotReload" + ], + "install_type": "git-clone", + "description": "An extension for ComfyUI that allows hot reloading. Once installed, you can preview changes in real-time while developing custom nodes or installing plugins without restarting ComfyUI." } ] }