From 6f8f6d07f5abc41e6db7754c403794e432c04ae9 Mon Sep 17 00:00:00 2001 From: IsItDanOrAi <162214102+IsItDanOrAi@users.noreply.github.com> Date: Fri, 11 Jul 2025 13:28:36 -0700 Subject: [PATCH] Update custom-node-list.json (#1980) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9e59417a..630a2a8c 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29491,5 +29491,16 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "author": "IsItDanOrAi", + "title": "exLoadout: Excel-Based Model & Settings Loader", + "id": "comfyui-exloadout", + "reference": "https://github.com/IsItDanOrAi/ComfyUI-exLoadout", + "files": [ + "https://github.com/IsItDanOrAi/ComfyUI-exLoadout.git" + ], + "install_type": "copy", + "description": "Excel spreadsheet-driven ComfyUI nodes that let you load models, values, and workflows based on saved rows in Excel. Great for organizing and switching between CLIPs, VAEs, LoRAs, and more." + } ] }