From f7d5c94f222da1aa9c4c886d815b1692b0a6c7fb Mon Sep 17 00:00:00 2001 From: Jay Sankatsing <84450916+LargeModGames@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:43:13 +0200 Subject: [PATCH] Add ComfyUI LoRA Auto Downloader extension Adding ComfyUI LoRA Auto Downloader extension to the registry. - Automatically downloads missing LoRAs from CivitAI - Detects missing LoRAs in workflows - Smart directory detection --- custom-node-list.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 52f3a9c0..7ee606bc 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27862,6 +27862,21 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "LargeModGames", + "title": "ComfyUI LoRA Auto Downloader", + "reference": "https://github.com/LargeModGames/comfyui-lora-auto-downloader", + "files": [ + "https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/__init__.py", + "https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/auto_lora_detector.py", + "https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/lora_auto_downloader.py", + "https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/workflow_interceptor.py", + "https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/node_config.json", + "https://raw.githubusercontent.com/LargeModGames/comfyui-lora-auto-downloader/main/requirements.txt" + ], + "install_type": "copy", + "description": "Automatically download missing LoRAs from CivitAI and detect missing LoRAs in workflows. Features smart directory detection and easy installation." } ] }