Views
No views yet
stable-diffusion.cpp,
packaging DreamShaper-7 (SD1.5, realistic
finetune) with the LCM-LoRA
fused into the UNet for fast, guidance-free few-step sampling.| File | Size | Precision | Contents |
|---|---|---|---|
dreamshaper-7-lcm-f16.gguf | ~2.1 GB | f16 | CLIP text encoder + LCM-fused UNet + VAE (single GGUF) |
MD5SUMS and manifest.json carry the integrity hash + render defaults.sampler: lcm
scheduler: lcm
steps: 6 (4 = fast floor, 8 = extra refinement)
cfg-scale: 1.5
resolution: 512x512 (SD1.5 native; 256/384 presets also work)1sd -M img_gen \
2 -m dreamshaper-7-lcm-f16.gguf \
3 -p "a busy outdoor street market crowded with people shopping, candid street photo" \
4 --sampling-method lcm --scheduler lcm --steps 6 --cfg-scale 1.5 \
5 -W 512 -H 512 -o out.pngLykon/dreamshaper-7 (SD1.5 diffusers, fp16).latent-consistency/lcm-lora-sdv1-5 into the UNet (LCMScheduler)..safetensors.stable-diffusion.cpp (-M convert --type f16).