Last active
February 5, 2025 04:13
Runpod_SD_download
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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