Skip to content

Instantly share code, notes, and snippets.

View TheCraigFergus's full-sized avatar
🎨

Craig Ferguson TheCraigFergus

🎨
View GitHub Profile
wget https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors
@TheCraigFergus
TheCraigFergus / ControlNet-download.sh
Last active October 2, 2023 01:51
ControlNet-download
# ControlNet v1.1 from lllyasviel
cd /workspace/stable-diffusion-webui/extensions/sd-webui-controlnet/models
wget https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11e_sd15_ip2p.pth
wget https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11e_sd15_shuffle.pth
wget https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11f1e_sd15_tile.pth
wget https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11f1p_sd15_depth.pth
wget https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11p_sd15_canny.pth
wget https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11p_sd15_inpaint.pth
wget https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11p_sd15_lineart.pth
wget https://huggingface.co/lllyasviel/ControlNet-v1-1/resolve/main/control_v11p_sd15_mlsd.pth
@TheCraigFergus
TheCraigFergus / Civitai_AnimateDiff.sh
Last active October 24, 2023 21:09
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
@TheCraigFergus
TheCraigFergus / HuggingFace_SD_models.sh
Last active October 1, 2023 04:56
HuggingFace_SD_models
## Download SD models from HuggingFace
# AbsoluteReality
wget https://huggingface.co/Lykon/AbsoluteReality/resolve/main/AbsoluteReality_1.8.1_pruned.safetensors
# RealisticVision
wget https://huggingface.co/SG161222/Realistic_Vision_V5.1_noVAE/resolve/main/Realistic_Vision_V5.1_fp16-no-ema.safetensors
# Reliberate
wget https://huggingface.co/XpucT/Reliberate/resolve/main/Reliberate.safetensors
@TheCraigFergus
TheCraigFergus / Runpod_SD_download.sh
Last active February 5, 2025 04:13
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