From bb7a731003994e41eaa3c0f83e3940acd228cb32 Mon Sep 17 00:00:00 2001 From: IsItDanOrAi <162214102+IsItDanOrAi@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:05:11 -0700 Subject: [PATCH] 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 30788fe6..95ec6938 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -29330,5 +29330,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." + } ] }