Distilled from Dreamshaper v7 fine-tune of Stable-Diffusion v1-5 with only 4,000 training iterations (~32 A100 GPU Hours). By distilling classifier-free guidance into the model's input, LCM can generate high-quality images in very short inference time. We compare the inference time at the setting of 768 x 768 resolution, CFG scale w=8, batchsize=4, using a A800 GPU. You can try out Latency Consistency Models directly on: To run the model yourself, you can leverage the Diffusers library: 1. Install the library: 2. Run the model: For more information, please have a look at the official docs: https://huggingface.co/docs/diffusers/api/pipelines/latentconsistencymodels#latent-consistency-models…