From 4bf1f270311a51fd9f5635eaa18c1cf8bf0cf8a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Deltheil?= Date: Wed, 10 Jan 2024 11:50:50 +0100 Subject: [PATCH] README: add Euler's method --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dad2e4c..7dfb632 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ ______________________________________________________________________ ## Latest News 🔥 +- Added [Euler's method](https://arxiv.org/abs/2206.00364) to schedulers (contributed by [@israfelsr](https://github.com/israfelsr)) - Added [DINOv2](https://github.com/facebookresearch/dinov2) for high-performance visual features (contributed by [@Laurent2916](https://github.com/Laurent2916)) - Added [FreeU](https://github.com/ChenyangSi/FreeU) for improved quality at no cost (contributed by [@isamu-isozaki](https://github.com/isamu-isozaki)) - Added [Restart Sampling](https://github.com/Newbeeer/diffusion_restart_sampling) for improved image generation ([example](https://github.com/Newbeeer/diffusion_restart_sampling/issues/4))