# LCMs Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/lcms
> Markdown URL: https://aitinkerers.org/technologies/lcms.md
> Technology record last updated: 2026-03-10T16:30:30Z
> Generated: 2026-09-21T00:45:46Z

Latent Consistency Models (LCMs) distill diffusion models like Stable Diffusion, enabling high-quality image generation in 2–4 steps for near real-time performance.

LCMs fundamentally accelerate text-to-image generation: they solve the probability flow ODE (PF-ODE) in latent space, bypassing the slow, iterative sampling of traditional Latent Diffusion Models (LDMs). This is a massive efficiency win. We’re seeing distillation from a pre-trained Stable Diffusion model in just 4,000 training steps (about 32 A100 GPU hours) to achieve high-resolution, 768x768 images. The result: a task that once required 50+ steps now executes in 2 to 4 steps, making real-time AI applications viable for the first time.

- Official technology site: https://huggingface.co/latent-consistency
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Portalverse](https://sf.aitinkerers.org/talks/rsvp_kudAyH_rAIk)

Generate 360 scenes from text in seconds. - website will be deployed later today

- Event context: AI Tinkerers SF X Cerebral Valley - Dec Meetup — 2023-12-04 — San Francisco
- Public talk page: https://sf.aitinkerers.org/talks/rsvp_kudAyH_rAIk

## Related Technologies

- [LoRA](https://aitinkerers.org/technologies/lora) ([Markdown](https://aitinkerers.org/technologies/lora.md)) — 17 public demos
