From 586c465aaa4befaed62825f8a0178682a9cdcd03 Mon Sep 17 00:00:00 2001 From: violetz Date: Tue, 3 Jun 2025 09:42:15 +0800 Subject: [PATCH] Add custom node: Hugging Face LoRA Uploader (#1897) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 95132c68..6668f2ce 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27090,6 +27090,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "violet0927", + "title": "Hugging Face LoRA Uploader", + "reference": "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader", + "id": "comfyui_huggingfacelorauploader", + "files": [ + "https://github.com/violet0927/ComfyUI-HuggingFaceLoraUploader" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node to upload LoRA models to Hugging Face Hub." } ] }