README: add Euler's method

This commit is contained in:
Cédric Deltheil 2024-01-10 11:50:50 +01:00 committed by Cédric Deltheil
parent 2b2b6740b7
commit 4bf1f27031

View file

@ -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))