From 396308854dcff550a9dc1260d66c70cee9f044f3 Mon Sep 17 00:00:00 2001 From: shootthesound Date: Sun, 7 Jun 2026 19:29:39 +0100 Subject: [PATCH] Add Lighthouse, CleanFreak, Finding LoRA, Image of the Day to custom-node-list --- custom-node-list.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 22c57d21..d7acef97 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,45 @@ { "custom_nodes": [ + { + "author": "shootthesound", + "title": "Lighthouse", + "reference": "https://github.com/shootthesound/comfyui-lighthouse", + "files": [ + "https://github.com/shootthesound/comfyui-lighthouse" + ], + "install_type": "git-clone", + "description": "A non-destructive overlay that lights up every node by graph distance from the one you click. Diagnostic for big workflows, educational for understanding workflows others built, and surgical when you need to focus on one neighbourhood at a time." + }, + { + "author": "shootthesound", + "title": "CleanFreak", + "reference": "https://github.com/shootthesound/comfyui-CleanFreak", + "files": [ + "https://github.com/shootthesound/comfyui-CleanFreak" + ], + "install_type": "git-clone", + "description": "One-click tidy-by-role for any ComfyUI workflow — loaders, encoders, samplers, decoders, and outputs each sorted into their own column with coloured group cards and connections preserved. 1200+ node classes pre-classified out of the box." + }, + { + "author": "shootthesound", + "title": "Finding LoRA", + "reference": "https://github.com/shootthesound/comfyui-lora-FindingLora", + "files": [ + "https://github.com/shootthesound/comfyui-lora-FindingLora" + ], + "install_type": "git-clone", + "description": "A LoRA loader with bookmarks, trigger-word storage and click-to-copy, fuzzy search, and a one-click button to drop another loader inline and wire it into the model chain automatically." + }, + { + "author": "shootthesound", + "title": "Image of the Day", + "reference": "https://github.com/shootthesound/comfyui-image-of-the-day", + "files": [ + "https://github.com/shootthesound/comfyui-image-of-the-day" + ], + "install_type": "git-clone", + "description": "Fetch a fresh image straight into your workflow from 8 daily/random sources. Useful for prompt testing, style references, daily-image automations, or just kicking off a workflow with something interesting." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider",