Skip to content

Instantly share code, notes, and snippets.

@TheCraigFergus
Last active October 24, 2023 21:09
Show Gist options
  • Save TheCraigFergus/732c2e3be183a6c676b301adcddfc738 to your computer and use it in GitHub Desktop.
Save TheCraigFergus/732c2e3be183a6c676b301adcddfc738 to your computer and use it in GitHub Desktop.
Civitai_SD_models
## Download AnimateDiff Models from Civitai
### Model ###
# AnimateDiff v1.5 v2
wget -O animatediff.ckpt https://civitai.com/api/download/models/159987?type=Model&format=PickleTensor&size=full&fp=fp32
# Improved Humans Motion Module
wget -O improved_humans_motion_module.ckpt https://civitai.com/api/download/models/174464?type=Model&format=PickleTensor
# Improved 3D Motion Module
wget -O improved_3d_motion_module.ckpt https://civitai.com/api/download/models/178017?type=Model&format=PickleTensor
### LoRA ###
# Zoom In
wget -O zoomin.pt https://civitai.com/api/download/models/171354?type=Model&format=PickleTensor
# Zoom Out
wget -O zoomout.pt https://civitai.com/api/download/models/171355?type=Model&format=PickleTensor
# Pan Up
wget -O panup.pt https://civitai.com/api/download/models/171351?type=Model&format=PickleTensor
# Pan Down
wget -O pandown.pt https://civitai.com/api/download/models/171349?type=Model&format=PickleTensor
# Pan Right
wget -O panright.pt https://civitai.com/api/download/models/171348?type=Model&format=PickleTensor
# Pan Left
wget -O panleft.pt https://civitai.com/api/download/models/171346?type=Model&format=PickleTensor
# Roll Clockwise
wget -O rollclockwise.pt https://civitai.com/api/download/models/171357?type=Model&format=PickleTensor
# Roll Anticlockwise
wget -O rollanticlockwise.pt https://civitai.com/api/download/models/171356?type=Model&format=PickleTensor
## Download SD models from Civitai
# Absolute Reality
wget -O AbsoluteReality.safetensors https://civitai.com/api/download/models/132760?type=Model&format=SafeTensor&size=pruned&fp=fp16
# Realistic Vision v5.1
wget -O RealisticVision.safetensors https://civitai.com/api/download/models/130072?type=Model&format=SafeTensor&size=full&fp=fp16
# CyberRealistic
wget -O CyberRealistic.safetensors https://civitai.com/api/download/models/114429?type=Model&format=SafeTensor&size=pruned&fp=fp32
# EpicRealism
wget -O EpicRealism.safetensors https://civitai.com/api/download/models/127742?type=Model&format=SafeTensor&size=pruned&fp=fp16
# majicMIX realistic
wget -O majicMIX_realistic.safetensors https://civitai.com/api/download/models/94640?type=Model&format=SafeTensor&size=pruned&fp=fp16
# URPM
wget -O URPM.safetensors https://civitai.com/api/download/models/15640?type=Model&format=SafeTensor&size=full&fp=fp16
# Deliberate
wget -O deliberate.safetensors https://civitai.com/api/download/models/15236?type=Model&format=SafeTensor&size=full&fp=fp16
# Reliberate
wget -O reliberate.safetensors https://civitai.com/api/download/models/84576?type=Model&format=SafeTensor&size=full&fp=fp16
# BeenYouLite
wget -O BeenYouLite.safetensors https://civitai.com/api/download/models/117019?type=Model&format=SafeTensor&size=pruned&fp=fp16
# ICBINP
wget -O ICBINP.safetensors https://civitai.com/api/download/models/89464?type=Model&format=SafeTensor&size=pruned&fp=fp16
# AnalogMadness v6
wget -O AnalogMadness.safetensors https://civitai.com/api/download/models/160495?type=Model&format=SafeTensor&size=pruned&fp=fp16
# QGO
wget -O QGO.safetensors https://civitai.com/api/download/models/86329?type=Model&format=SafeTensor&size=pruned&fp=fp16
# epiCPhotoGasm
wget -O epiCPhotoGasm.safetensors https://civitai.com/api/download/models/177037?type=Model&format=SafeTensor&size=pruned&fp=fp16
# Photon
wget -O photon.safetensors https://civitai.com/api/download/models/90072?type=Model&format=SafeTensor&size=pruned&fp=fp16
### Anime
# AnyLora
wget -O AnyLora.safetensors https://civitai.com/api/download/models/95489?type=Model&format=SafeTensor&size=full&fp=fp16
# Counterfeit v3
wget -O Counterfeit.safetensors https://civitai.com/api/download/models/57618?type=Model&format=SafeTensor&size=pruned&fp=fp16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment