From 83960bdbb8218c6faa2eadb058e42aa951744391 Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Wed, 21 Feb 2024 16:31:07 +0100 Subject: [PATCH] Add LCM and LCM-LoRA to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f283265..c2eb556 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ ______________________________________________________________________ ## Latest News 🔥 +- Added [Latent Consistency Models](https://arxiv.org/abs/2310.04378) and [LCM-LoRA](https://arxiv.org/abs/2311.05556) for Stable Diffusion XL - Added [Style Aligned adapter](https://arxiv.org/abs/2312.02133) to Stable Diffusion models - Added [ControlLoRA (v2) adapter](https://github.com/HighCWu/control-lora-v2) to Stable Diffusion XL - Added [Euler's method](https://arxiv.org/abs/2206.00364) to solvers (contributed by [@israfelsr](https://github.com/israfelsr))