ComfyUI Extension
comfyui_hf_model_downloader
A ComfyUI extension.
Junwan8692/comfyui_hf_model_downloader
Nodes—
On cloudLocal install
Stars1
Updated12 months ago
Readme
HF Model Downloader for ComfyUI
A simple custom node to download models from Hugging Face URLs directly into your ComfyUI model folders.
Installation
Recommended: Using ComfyUI Manager
- Open the ComfyUI Manager.
- Click on Install Custom Nodes.
- Search for
HF Model Downloaderand click Install. - Restart ComfyUI.
Manual Install
- Download this repository as a ZIP file.
- Unzip the file.
- Copy the
comfyui_hf_model_downloaderfolder into yourComfyUI/custom_nodes/directory. - Restart ComfyUI.
Features
- Direct Download: Paste a Hugging Face model link to download it right into ComfyUI.
- Auto-Sorting: Choose a category (checkpoints, loras, vae, etc.) and the node will save the file in the correct folder.
- Easy to Use: No more downloading and moving files manually.
How to Use
- Add the HF Model Downloader node to your workflow.
- Copy a model's download link from Hugging Face and paste it into the
model_urlbox. - Select the correct
model_categoryfrom the dropdown menu. - Connect the
model_pathoutput to aShow Textnode. This will show you the final path where the file is saved. - Queue your prompt. The model will be downloaded and ready for your next workflow!