Skip to content

A cross-platform GUI application for easily downloading Hugging Face models without requiring technical knowledge or setup.

Notifications You must be signed in to change notification settings

samzong/hf-model-downloader

Repository files navigation

Hugging Face Model Downloader

A cross-platform GUI application for easily downloading Hugging Face models without requiring technical knowledge or setup.

screenshot

Features

  • 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

Development Setup

  1. Clone the repository:
git clone https://github.com/samzong/model-downloader.git
cd model-downloader
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py

Building from Source

To create standalone executables:

pip install pyinstaller
pyinstaller --onefile --windowed main.py

License

MIT License

About

A cross-platform GUI application for easily downloading Hugging Face models without requiring technical knowledge or setup.

Resources

Stars

Watchers

Forks

Packages

No packages published