From 2eeebb32dc92210065e085a0602b34a6904e97a5 Mon Sep 17 00:00:00 2001 From: somesomebody Date: Thu, 1 May 2025 01:12:44 +0900 Subject: [PATCH] Add comfyui-lorainfo-sidebar to custom node list (#1778) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 03c05d26..374e5227 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25133,6 +25133,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "somesomebody", + "title": "comfyui-lorainfo-sidebar", + "id": "somesomebody-lorainfo-sidebar", + "reference": "https://github.com/somesomebody/comfyui-lorainfo-sidebar", + "files": [ + "https://github.com/somesomebody/comfyui-lorainfo-sidebar" + ], + "install_type": "git-clone", + "description": "Preview images of LoRA files and edit their associated JSON files." } ] }