Skip to content

Bash script to download models from CIVITAI using curl

License

Notifications You must be signed in to change notification settings

badarotti/civitai-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Bash script to download models from CivitAI using curl

Installation

git clone https://github.com/ashleykleynhans/civitai-downloader.git
mv civitai-downloader/download.sh /usr/local/bin/download-model
chmod +x /usr/local/bin/download-model

Usage

download-model [URL] [DESTINATION]

eg:

download-model https://civitai.com/api/download/models/15236 /workspace/stable-diffusion-webui/models/Stable-diffusion

NOTE

  1. This assumes you are using RunPod and logged in as root user. If not, the installation commands should be prefixed with sudo.
  2. It is important to ensure that you use the DOWNLOAD link and not the link to the model page in CivitAI.

About

Bash script to download models from CIVITAI using curl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%