File size: 546 Bytes
ae3fa73 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
## 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)
|