mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-27 07:10:49 +08:00
Add 4 downloader plugins (LoRA, UNet, Plugin, Upscaler) to ComfyUI Manager (#2426)
new nodepacks: UNet Downloader for ComfyUI, Plugin Downloader for ComfyUI, Upscaler Downloader for ComfyUI
This commit is contained in:
parent
c87c07dbd5
commit
98967de31b
@ -39820,6 +39820,50 @@
|
||||
],
|
||||
"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",
|
||||
"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."
|
||||
},
|
||||
{
|
||||
"author": "huihuihuiz",
|
||||
"title": "UNet Downloader for ComfyUI",
|
||||
"id": "unet_downloader",
|
||||
"reference": "https://github.com/huihuihuiz/unet_downloader",
|
||||
"files": [
|
||||
"https://github.com/huihuihuiz/unet_downloader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for downloading and managing UNet/Diffusion models (FLUX, SD3, etc.) directly within the UI."
|
||||
},
|
||||
{
|
||||
"author": "huihuihuiz",
|
||||
"title": "Plugin Downloader for ComfyUI",
|
||||
"id": "plugin_downloader",
|
||||
"reference": "https://github.com/huihuihuiz/plugin_downloader",
|
||||
"files": [
|
||||
"https://github.com/huihuihuiz/plugin_downloader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for downloading and backing up all custom nodes/plugins as ZIP files."
|
||||
},
|
||||
{
|
||||
"author": "huihuihuiz",
|
||||
"title": "Upscaler Downloader for ComfyUI",
|
||||
"id": "upscaler_downloader",
|
||||
"reference": "https://github.com/huihuihuiz/upscaler_downloader",
|
||||
"files": [
|
||||
"https://github.com/huihuihuiz/upscaler_downloader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI custom node for downloading and managing upscaler/super-resolution models directly within the UI."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -54871,4 +54871,4 @@
|
||||
"title_aux": "SDXLResolutionPresets"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user