A cross-platform GUI application for easily downloading Hugging Face models without requiring technical knowledge or setup.
- Simple GUI interface for downloading Hugging Face models
- Support for custom Hugging Face tokens
- Custom endpoint/proxy support
- Download progress tracking
- Cross-platform support (Windows, macOS, Linux)
- No Python environment setup required
- Clone the repository:
git clone https://github.com/samzong/model-downloader.git
cd model-downloader
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
To create standalone executables:
pip install pyinstaller
pyinstaller --onefile --windowed main.py
MIT License