Improve model card: Add abstract, project page, update metadata (pipeline_tag, inference)
#2
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,17 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
base_model:
|
| 4 |
- stabilityai/stable-diffusion-xl-base-1.0
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
inference:
|
| 8 |
---
|
|
|
|
| 9 |
# ✨ Latent Bridge Matching for Normals Estimation ✨
|
| 10 |
|
| 11 |
Latent Bridge Matching (LBM) is a new, versatile and scalable method proposed in [LBM: Latent Bridge Matching for Fast Image-to-Image Translation](https://arxiv.org/abs/2503.07535) that relies on Bridge Matching in a latent space to achieve fast image-to-image translation.
|
| 12 |
This model was trained to estimate the normal map from a given input image.
|
|
|
|
|
|
|
| 13 |
See also our [live demo](https://huggingface.co/spaces/jasperai/LBM_relighting) for image relighting and official [Github repo](https://github.com/gojasper/LBM).
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
## How to use?
|
| 16 |
To use this model you need first to install the associated `lbm` library by running the following
|
| 17 |
```bash
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model:
|
| 3 |
- stabilityai/stable-diffusion-xl-base-1.0
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
pipeline_tag: image-to-image
|
| 6 |
+
inference: true
|
| 7 |
---
|
| 8 |
+
|
| 9 |
# ✨ Latent Bridge Matching for Normals Estimation ✨
|
| 10 |
|
| 11 |
Latent Bridge Matching (LBM) is a new, versatile and scalable method proposed in [LBM: Latent Bridge Matching for Fast Image-to-Image Translation](https://arxiv.org/abs/2503.07535) that relies on Bridge Matching in a latent space to achieve fast image-to-image translation.
|
| 12 |
This model was trained to estimate the normal map from a given input image.
|
| 13 |
+
|
| 14 |
+
Project page: https://gojasper.github.io/latent-bridge-matching/
|
| 15 |
See also our [live demo](https://huggingface.co/spaces/jasperai/LBM_relighting) for image relighting and official [Github repo](https://github.com/gojasper/LBM).
|
| 16 |
|
| 17 |
+
## Abstract
|
| 18 |
+
In this paper, we introduce Latent Bridge Matching (LBM), a new, versatile and scalable method that relies on Bridge Matching in a latent space to achieve fast image-to-image translation. We show that the method can reach state-of-the-art results for various image-to-image tasks using only a single inference step. In addition to its efficiency, we also demonstrate the versatility of the method across different image translation tasks such as object removal, normal and depth estimation, and object relighting. We also derive a conditional framework of LBM and demonstrate its effectiveness by tackling the tasks of controllable image relighting and shadow generation.
|
| 19 |
+
|
| 20 |
## How to use?
|
| 21 |
To use this model you need first to install the associated `lbm` library by running the following
|
| 22 |
```bash
|