Skip to content

Instantly share code, notes, and snippets.

@TheCraigFergus
Last active October 8, 2023 23:30
Show Gist options
  • Save TheCraigFergus/2a4cbfde21dcb3bfe06c92c330ca3176 to your computer and use it in GitHub Desktop.
Save TheCraigFergus/2a4cbfde21dcb3bfe06c92c330ca3176 to your computer and use it in GitHub Desktop.
Runpod_SD_download
## Download SD's models, loras, textual inversions to Runpod's machine
# Checkpoints
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget -O AbsoluteReality.safetensors https://civitai.com/api/download/models/132760?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O RealisticVision-v51.safetensors https://civitai.com/api/download/models/130072?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O CyberRealistic.safetensors https://civitai.com/api/download/models/114429?type=Model&format=SafeTensor&size=pruned&fp=fp32
wget -O EpicRealism.safetensors https://civitai.com/api/download/models/127742?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O MajicMIX.safetensors https://civitai.com/api/download/models/94640?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O URPM.safetensors https://civitai.com/api/download/models/15640?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O Deliberate.safetensors https://civitai.com/api/download/models/15236?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O Reliberate.safetensors https://civitai.com/api/download/models/84576?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O BeenYouLite.safetensors https://civitai.com/api/download/models/117019?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O ICBINP.safetensors https://civitai.com/api/download/models/89464?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O AIO.safetensors https://civitai.com/api/download/models/130406?type=Model&format=SafeTensor&size=full&fp=fp32
wget -O AnalogMadness.safetensors https://civitai.com/api/download/models/101080?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O QGO.safetensors https://civitai.com/api/download/models/86329?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O epiCPhotoGasm.safetensors https://civitai.com/api/download/models/177037?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O AnyLora.safetensors https://civitai.com/api/download/models/95489?type=Model&format=SafeTensor&size=full&fp=fp16
# Loras
cd /workspace/stable-diffusion-webui/models/Lora
wget -O epi_noiseoffset.safetensors https://civitai.com/api/download/models/16576?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O detail_tweaker.safetensors https://civitai.com/api/download/models/62833?type=Model&format=SafeTensor
wget -O lowra.safetensors https://civitai.com/api/download/models/63006?type=Model&format=SafeTensor
# Textual Inversions
cd /workspace/stable-diffusion-webui/embeddings
wget -O FastNegatives.pt https://civitai.com/api/download/models/94057?type=Model&format=PickleTensor
wget -O BadHandV4.pt https://civitai.com/api/download/models/20068?type=Model&format=PickleTensor&size=full&fp=fp16
wget -O StyleAsianLess.pt https://civitai.com/api/download/models/57451?type=Model&format=Other
wget -O DeepNegativeV1.pt https://civitai.com/api/download/models/5637?type=Model&format=PickleTensor&size=full&fp=fp16
wget -O AgeSlider.pt https://civitai.com/api/download/models/75443?type=Model&format=PickleTensor
wget -O BadDream.pt https://civitai.com/api/download/models/77169?type=Model&format=PickleTensor
## Download SD's models, loras, textual inversions, and controlnets to Runpod's machine
## Must have over 100GB Disk Space to accommodate ControlNets
# Checkpoints
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget -O AbsoluteReality.safetensors https://civitai.com/api/download/models/132760?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O RealisticVision-v51.safetensors https://civitai.com/api/download/models/130072?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O CyberRealistic.safetensors https://civitai.com/api/download/models/114429?type=Model&format=SafeTensor&size=pruned&fp=fp32
wget -O EpicRealism.safetensors https://civitai.com/api/download/models/127742?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O MajicMIX.safetensors https://civitai.com/api/download/models/94640?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O URPM.safetensors https://civitai.com/api/download/models/15640?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O Deliberate.safetensors https://civitai.com/api/download/models/15236?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O Reliberate.safetensors https://civitai.com/api/download/models/84576?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O BeenYouLite.safetensors https://civitai.com/api/download/models/117019?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O ICBINP.safetensors https://civitai.com/api/download/models/89464?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O AIO.safetensors https://civitai.com/api/download/models/130406?type=Model&format=SafeTensor&size=full&fp=fp32
wget -O AnalogMadness.safetensors https://civitai.com/api/download/models/101080?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O QGO.safetensors https://civitai.com/api/download/models/86329?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O epiCPhotoGasm.safetensors https://civitai.com/api/download/models/177037?type=Model&format=SafeTensor&size=pruned&fp=fp16
wget -O AnyLora.safetensors https://civitai.com/api/download/models/95489?type=Model&format=SafeTensor&size=full&fp=fp16
# Loras
cd /workspace/stable-diffusion-webui/models/Lora
wget -O epi_noiseoffset.safetensors https://civitai.com/api/download/models/16576?type=Model&format=SafeTensor&size=full&fp=fp16
wget -O detail_tweaker.safetensors https://civitai.com/api/download/models/62833?type=Model&format=SafeTensor
wget -O lowra.safetensors https://civitai.com/api/download/models/63006?type=Model&format=SafeTensor
# Textual Inversions
cd /workspace/stable-diffusion-webui/embeddings
wget -O FastNegatives.pt https://civitai.com/api/download/models/94057?type=Model&format=PickleTensor
wget -O BadHandV4.pt https://civitai.com/api/download/models/20068?type=Model&format=PickleTensor&size=full&fp=fp16
wget -O StyleAsianLess.pt https://civitai.com/api/download/models/57451?type=Model&format=Other
wget -O DeepNegativeV1.pt https://civitai.com/api/download/models/5637?type=Model&format=PickleTensor&size=full&fp=fp16
wget -O AgeSlider.pt https://civitai.com/api/download/models/75443?type=Model&format=PickleTensor
wget -O BadDream.pt https://civitai.com/api/download/models/77169?type=Model&format=PickleTensor
# ControlNet
cd /workspace/stable-diffusion-webui/extensions/sd-webui-controlnet/models
wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/models/control_sd15_canny.pth \
& wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/models/control_sd15_depth.pth \
& wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/models/control_sd15_hed.pth \
& wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/models/control_sd15_mlsd.pth \
& wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/models/control_sd15_normal.pth \
& wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/models/control_sd15_openpose.pth \
& wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/models/control_sd15_scribble.pth \
& wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/models/control_sd15_seg.pth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment