Skip to content

SD 1.5

The classic. Lightweight, fast, and has the largest ecosystem of fine-tunes, LoRAs, and ControlNet models.

Variants

ModelStepsSizeNotes
sd15:fp16251.7 GBBase model
dreamshaper-v8:fp16251.7 GBBest all-around
realistic-vision-v5:fp16251.7 GBPhotorealistic

Defaults

  • Resolution: 512x512
  • Guidance: 7.5
  • Scheduler: DDIM (also supports euler-ancestral, uni-pc)
WidthHeightAspect Ratio
5125121:1 (native)
5127682:3
7685123:2
3845123:4
5123844:3

Using non-recommended dimensions will trigger a warning. All values must be multiples of 16.

Example

DreamShaper v8 — 25 steps, seed 555:

bash
mold run dreamshaper-v8:fp16 "A fantasy castle perched on floating islands above clouds, magical waterfalls, ethereal glow" --seed 555

Fantasy castle — DreamShaper v8

ControlNet

SD 1.5 is the only family with ControlNet support:

bash
mold pull controlnet-canny-sd15
mold run sd15:fp16 "a city" --control edges.png --control-model controlnet-canny-sd15

See Image-to-Image for full details.