--- license: creativeml-openrail-m tags: [stable-diffusion, sd1.5, lcm, mnn, tokforge, image-generation, styled-lora] --- # TokForge SD1.5-LCM Styled — Cartoon A **DreamShaper-7 + LCM** SD1.5 MNN bundle (the TokForge `SD15_LCM_MNN` fast few-step image model) with the **Cartoon** art-style LoRA fused into the UNet at export time. Renders a coherent 512px image in 4 steps on the in-process MNN diffusion engine — full MNN speed, the style baked in. 9-file MNN bundle: `unet.mnn(.weight)` (INT8, LCM + style fused), reference SD1.5 f16 `text_encoder.mnn(.weight)` + `vae_decoder.mnn(.weight)`, `vocab.json`, `merges.txt`, `alphas.txt`. ## Provenance & licenses - Base: [Lykon/dreamshaper-7](https://huggingface.co/Lykon/dreamshaper-7) — CreativeML-OpenRAIL-M - LCM adapter: [latent-consistency/lcm-lora-sdv1-5](https://huggingface.co/latent-consistency/lcm-lora-sdv1-5) — openrail++ - Style LoRA: [shawn323/sd-v1.5-lora-cartoon](https://huggingface.co/shawn323/sd-v1.5-lora-cartoon) — **CreativeML-OpenRAIL-M** All components are permissively licensed (no Civitai-NC). Fused with `diffusers.fuse_lora()` (fp32 ΔW before INT8 quant); CLIP/VAE reused unchanged from the SD1.5 reference (the style LoRA is UNet-only).