A tool designed for AI art creators to efficiently browse, download, and manage model resources from the Civitai platform.
中文文档 | English
- Model search and browsing
- Batch download of models and images
- Resume downloads and queue management
- Both graphical interface and command line interaction
pip install civitai-dl
# Clone repository
git clone https://github.com/neverbiasu/civitai-dl.git
cd civitai-dl
# Install using Poetry
poetry install
# Download model by ID
civitai-dl download model 12345
# Search models
civitai-dl browse models --query "portrait" --type "LORA"
civitai-dl webui
For detailed documentation, please visit project documentation site.
- Feature: Added
browse
command group to search and explore models from the CLI - Feature: Implemented advanced filter builder component for both WebUI and CLI searches
- Feature: Added filter templates to save and reuse complex search conditions
- Initial release
- Support downloading model files by model ID
- Support downloading specific version files by model ID and version ID
- Support downloading associated example images for models
- Provided basic Command Line Interface (CLI)
- Provided experimental Web User Interface (WebUI)
- Support for proxy settings
- Support for API key authentication
Pull requests and issue reports are welcome.
MIT License