Skip to content

samzong/hf-model-downloader

Repository files navigation

hf-model-downloader

hf-model-downloader logo

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

Release Version MIT License Ask DeepWiki

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 --onedir --windowed main.py

License

This project is licensed under the MIT License - see the LICENSE file for details

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published