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 1/4] { "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 From 9ea841b4ec18043caa1ecf6173ef569fdcd23e9e Mon Sep 17 00:00:00 2001 From: hkun <62824975+huihuihuiz@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:43:57 +0800 Subject: [PATCH 2/4] Change install_type from 'git' to 'git-clone' --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 87e66f9c..9e1c5a28 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38199,7 +38199,7 @@ "id": "lora_downloader", "reference": "https://github.com/huihuihuiz/lora_downloader", "repo_url": "https://github.com/huihuihuiz/lora_downloader", - "install_type": "git", + "install_type": "git-clone", "description": "A ComfyUI custom node for downloading and managing LoRA models directly within the UI." } From 775ea9fa88eefbaf5c32dcc10982929259620e54 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:38:02 +0900 Subject: [PATCH 3/4] Update custom-node-list.json --- custom-node-list.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9e1c5a28..f6dbdd11 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38193,15 +38193,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", + "files": [ + "https://github.com/huihuihuiz/lora_downloader" + ], "install_type": "git-clone", "description": "A ComfyUI custom node for downloading and managing LoRA models directly within the UI." } - ] } From 1908515f50af22bc30c03248ac637a34f76bc936 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Mon, 8 Dec 2025 21:38:44 +0900 Subject: [PATCH 4/4] Delete Lora_Downloader entry from JSON map Removed Lora_Downloader entry from extension-node-map.json --- extension-node-map.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index d276252b..fb64c32e 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -51865,13 +51865,5 @@ { "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 +}