From 995d7fa9b4836ad0bab6d47b1af227a9ec579838 Mon Sep 17 00:00:00 2001 From: LAOGOU-666 <441059767@qq.com> Date: Sat, 22 Feb 2025 22:42:20 +0800 Subject: [PATCH] Add Comfyui-Transform and LG_HotReload custom nodes --- custom-node-list.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index e6c57ba3..436690be 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15730,6 +15730,28 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "LAOGOU-666", + "title": "Comfyui-Transform", + "id": "Comfyui-Transform", + "reference": "https://github.com/LAOGOU-666/Comfyui-Transform", + "files": [ + "https://github.com/LAOGOU-666/Comfyui-Transform" + ], + "install_type": "git-clone", + "description": "This node can freely transform the map, similar to PS displacement deformation. You can use it to achieve 2.5D maps, logo maps and more creativity!" + }, + { + "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." } ] }