Skip to content

SD Models

Stable Diffusion checkpoint models.

SD 1.x Models

ModelDescriptionSize
v1-5-pruned-emaonlySD 1.5 base, recommended2.5GB
v1-5-prunedSD 1.5 full4GB
v1-5SD 1.5 with inference code7GB

Fine-tuned Models

ModelStyleDescription
dreamlike-photoreal-2.0PhotoRealistic images
deliberate_v3VersatileHigh quality
realisticvision_v5.0PhotoPhotorealistic

SD 2.x Models

ModelResolutionDescription
768-v1.1768x768Higher resolution
512-base-ema512x512Faster

SDXL Models

ModelDescription
sd-xlt-base-1.0SDXL base
sd-xlt-refiner-1.0SDXL refiner
sdxl-turboFast generation

Download Locations

Civitai

Hugging Face

Installation

ComfyUI/models/checkpoints/
  v1-5-pruned-emaonly.safetensors
  realisticvision_v5.0.safetensors
  sd-xlt-base-1.0.safetensors

Model Selection Guide

NeedRecommended
General usev1-5-pruned-emaonly
Photorealisticrealisticvision_v5.0
High qualitySDXL base
Fast generationSDXL Turbo

Tips

  1. Use safetensors: Safer and faster
  2. Check size: Match to your VRAM
  3. Refiner: Use for higher quality (SDXL)

Next Steps