A simple custom node to download models from Hugging Face URLs directly into your ComfyUI model folders.
- Open the ComfyUI Manager.
- Click on Install Custom Nodes.
- Search for
HF Model Downloader
and click Install. - Restart ComfyUI.
- Download this repository as a ZIP file.
- Unzip the file.
- Copy the
comfyui_hf_model_downloader
folder into yourComfyUI/custom_nodes/
directory. - Restart ComfyUI.
- 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.
- Add the HF Model Downloader node to your workflow.
- Copy a model's download link from Hugging Face and paste it into the
model_url
box. - Select the correct
model_category
from the dropdown menu. - Connect the
model_path
output to aShow Text
node. 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!