From df24f465464fe7619d17e28f92c27a8c0f2e4014 Mon Sep 17 00:00:00 2001 From: huikaibiao <283129498@qq.com> Date: Sun, 7 Dec 2025 23:08:35 +0800 Subject: [PATCH] { "author": "huihuihuiz", "title": "LoRA Downloader for ComfyUI", "id": "lora_downloader", "reference": "https://github.com/huihuihuiz/lora_downloader", "repo_url": "https://github.com/huihuihuiz/lora_downloader", "install_type": "git", "description": "A ComfyUI custom node for downloading and managing LoRA models directly within the UI." } --- custom-node-list.json | 10 ++++++++++ extension-node-map.json | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index df415a90..87e66f9c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38192,6 +38192,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "huihuihuiz", + "title": "LoRA Downloader for ComfyUI", + "id": "lora_downloader", + "reference": "https://github.com/huihuihuiz/lora_downloader", + "repo_url": "https://github.com/huihuihuiz/lora_downloader", + "install_type": "git", + "description": "A ComfyUI custom node for downloading and managing LoRA models directly within the UI." } + ] } diff --git a/extension-node-map.json b/extension-node-map.json index af8f289e..d276252b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -51865,5 +51865,13 @@ { "title_aux": "SDXLResolutionPresets" } + ], + "https://raw.githubusercontent.com/huihuihuiz/lora_downloader/main/lora_downloader.py": [ + [ + "Lora_Downloader" + ], + { + "title_aux": "lora_downloader" + } ] } \ No newline at end of file