From 035200ca8740f89d12cfaa25e5d6cc2c644f1381 Mon Sep 17 00:00:00 2001 From: Bingxin Date: Tue, 28 May 2024 09:16:20 +0200 Subject: [PATCH] [DOC] update README news --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8900839..f6c10e5 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ We present Marigold, a diffusion model and associated fine-tuning protocol for m ![teaser](doc/teaser_collage_transparant.png) ## 📢 News +2024-05-28: Training code is released.
2024-03-23: Added [LCM v1.0](https://huggingface.co/prs-eth/marigold-lcm-v1-0) for faster inference - try it out at [![Hugging Face (LCM) Space](https://img.shields.io/badge/🤗%20Hugging%20Face(LCM)-Space-yellow)](https://huggingface.co/spaces/prs-eth/marigold-lcm)
2024-03-04: Accepted to CVPR 2024.
2023-12-22: Contributed to Diffusers [community pipeline](https://github.com/huggingface/diffusers/tree/main/examples/community#marigold-depth-estimation).