Skip to content

neverbiasu/civitai-dl

Repository files navigation

Civitai-DL

PyPI - Version PyPI - Downloads GitHub License

A tool designed for AI art creators to efficiently browse, download, and manage model resources from the Civitai platform.

中文文档 | English

Features

  • Model search and browsing
  • Batch download of models and images
  • Resume downloads and queue management
  • Both graphical interface and command line interaction

Installation

Using pip

pip install civitai-dl

From source

# Clone repository
git clone https://github.com/neverbiasu/civitai-dl.git
cd civitai-dl

# Install using Poetry
poetry install

Quick Start

Command Line Usage

# Download model by ID
civitai-dl download model 12345

# Search models
civitai-dl browse models --query "portrait" --type "LORA"

Launch Web Interface

civitai-dl webui

Documentation

For detailed documentation, please visit project documentation site.

Changelog

v0.1.1 (2023-11-22)

  • 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

v0.1.0 (2023-11-15)

  • 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

Contributing

Pull requests and issue reports are welcome.

License

MIT License

About

download models, images, and metadata from Civitai

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages