mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 10:02:28 +08:00
Add new custom node: lora_downloader (#2363)
* {
"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."
}
* Change install_type from 'git' to 'git-clone'
* Update custom-node-list.json
* Delete Lora_Downloader entry from JSON map
Removed Lora_Downloader entry from extension-node-map.json
---------
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
parent
d0961d596d
commit
934c994783
@ -38700,6 +38700,17 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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",
|
||||||
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user