Checkpoint Models
You can use these with any web UIs, though folder structure wise I’m following the expected location in a cloud setup.
SDXL
# SDXL 1.0 Base
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors
# SDXL 1.0 Refiner
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors
# Fixed 0.9 VAE
cd /workspace/stable-diffusion-webui/models/VAE
wget https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/resolve/main/sdxl_vae.safetensors
# SDXL Offset Noise LoRA
cd /workspace/stable-diffusion-webui/models/Lora
wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors
# 4x_NMKD-Siax_200k upscaler
cd /workspace/stable-diffusion-webui/models/ESRGAN
wget https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x_NMKD-Siax_200k.pth
# 4x-UltraSharp upscaler
cd /workspace/stable-diffusion-webui/models/ESRGAN
wget https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x-UltraSharp.pth
A-Zovya Photoreal 2
General purpose photorealistic SFW checkpoint model
https://civitai.com/models/57319?modelVersionId=99805
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/99805 --content-disposition
Airfuck’s Wild Mix
Male-focus NSFW checkpoint model
https://civitai.com/models/82075?modelVersionId=87131
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/87131 --content-disposition
Airfuck’s Brute Mix
https://civitai.com/models/135202/airfucks-brute-mix
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/148997 --content-disposition
CyberRealistic
Photorealistic checkpoint model - general purpose SFW.
https://civitai.com/models/15003/cyberrealistic
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/109054 --content-disposition
3.3
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget 'https://civitai.com/api/download/models/138176?type=Model&format=SafeTensor&size=pruned&fp=fp16' --content-disposition
# CyberRealistic Negative Embedding
cd /workspace/stable-diffusion-webui/embeddings
wget 'https://civitai.com/api/download/models/82745?type=Negative&format=Other' --content-disposition
Juggernaut
Photorealistic checkpoint model.
Aftermath
https://civitai.com/models/46422?modelVersionId=127207
Original version. juggernaut_aftermath.safetensors
# 5.28 GB
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget 'https://civitai.com/api/download/models/127207?type=Model&format=SafeTensor&size=full&fp=fp32' -O juggernaut_aftermath.safetensors
Pruned version. They are the same. Pruned is simply a smaller file that doesn’t have all the unused data. juggernaut_aftermath.safetensors
# 1.99 GB - Pruned
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget 'https://civitai.com/api/download/models/127207?type=Model&format=SafeTensor&size=pruned&fp=fp16' -O juggernaut_aftermath.safetensors
Config needs to be saved to the same directory as the model. juggernaut_aftermath.yaml
# 1.99 GB - Pruned
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget 'https://civitai.com/api/download/models/127207?type=Config&format=Other' -O juggernaut_aftermath.yaml
VAE needs to be in the VAE folder TRCVAE.safetensors
cd /workspace/stable-diffusion-webui/models/VAE
wget 'https://civitai.com/api/download/models/127207?type=VAE&format=SafeTensor' -O TRCVAE.safetensors
Juggernaut XL
https://civitai.com/models/133005
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget 'https://civitai.com/api/download/models/146359' --content-disposition
Virile Animation 1
Male-focus NSFW checkpoint model for a 2d anime look
https://civitai.com/models/101879?modelVersionId=109054
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/109054 --content-disposition
Virile Fantasy
https://civitai.com/models/111238?modelVersionId=120374
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/120374 --content-disposition
Virile Fusion 2
Male-focus NSFW checkpoint model for a photorealistic 3d look
https://civitai.com/models/77043?modelVersionId=98297
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/98297 --content-disposition
Virile Motion 1
Male-focus NSFW checkpoint model for a pixar animation look
https://civitai.com/models/90813?modelVersionId=96763
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/96763 --content-disposition
Virile Reality
Virile Reality 1
Male-focus NSFW checkpoint model for photorealistic photography
https://civitai.com/models/82790?modelVersionId=87953
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/87953?type=Model&format=SafeTensor&size=full&fp=fp32 --content-disposition
Virile Reality 2
Male-focus NSFW checkpoint model for photorealistic photography
https://civitai.com/models/82790?modelVersionId=105157
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget https://civitai.com/api/download/models/105157 --content-disposition
Virile Reality 3 Beta
Male-focus NSFW checkpoint model for photorealistic photography
https://civitai.com/models/82790?modelVersionId=155994
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget 'https://civitai.com/api/download/models/155994?type=Model&format=SafeTensor&size=full&fp=fp32' --content-disposition
Virile Reality 3 Beta 2
Male-focus NSFW checkpoint model for photorealistic photography
https://civitai.com/models/82790?modelVersionId=162560
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget 'https://civitai.com/api/download/models/162560?type=Model&format=SafeTensor&size=full&fp=fp32' --content-disposition
Virile Reality 3 Beta 3
Male-focus NSFW checkpoint model for photorealistic photography
https://civitai.com/models/82790?modelVersionId=181248
cd /workspace/stable-diffusion-webui/models/Stable-diffusion
wget 'https://civitai.com/api/download/models/181248?type=Model&format=SafeTensor&size=pruned&fp=fp16' --content-disposition