## Latent Consistency Model Original model: [LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7) This gguf format is just supported by [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) ## Requeriments: ### fp16 model: Disk Space: 2GB RAM: 2 GB Quantized model formats will be added soon. Test: ```bash sd -m LCM_Dreamshaper_v7-f16.gguf -p "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k" --steps 4 --cfg-scale 1.0 --sampling-method lcm ``` ![output](lcm-dream-output.png)