Hal.fun Model Downloader for ComfyUI
This addon provides a user interface for managing and downloading models from Hugging Face in ComfyUI.
Features
- User interface for managing model downloads
- Automatic model download status checking
- Persistent configuration of enabled models
- Asynchronous downloads that don't block the UI
- Support for downloading models from Hugging Face repositories
Installation
- Clone this repository into your ComfyUI's
custom_nodes
directory
- Restart ComfyUI
Usage
- Click on the "Model Downloader" tab in the ComfyUI interface
- Check the boxes next to the models you want to download
- Click the "Download" button next to each model to start the download
- The download status will be displayed below the model list
Configuration
The addon uses two configuration files:
model_config.json
: Contains the list of available models and their download configurations
user/default/hal.fun-downloader/active_config.json
: Stores which models are enabled for download
Requirements
- ComfyUI
- huggingface_hub Python package
License
MIT License