A command-line tool for downloading models from CivitAI with resume support.
- 🚀 Download models from CivitAI using API
- ⏸️ Resume interrupted downloads
- 🔐 Secure API token storage
- 📊 Real-time download progress with speed indicator
- 🎯 Simple command-line interface
pip install civitai-downloadergit clone git@github.com:asbtlt/CivitAI_Downloader.git
cd civitai-downloader
pip install .pip install -e .After installation, you can use the civitai-dl command:
# Download to current directory
civitai-dl https://civitai.com/api/download/models/46846
# Download to specific directory
civitai-dl https://civitai.com/api/download/models/46846 /path/to/output
# First time usage - you'll be prompted for your CivitAI API token- Go to https://civitai.com
- Login to your account
- Go to Account Settings > API Keys
- Create a new API key
- The token will be securely stored in
~/.civitai/config
- Python 3.7+
- No external dependencies (uses only standard library)
MIT License