Add pipeline tag and project page link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,16 +1,19 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  base_model:
4
  - stabilityai/stable-diffusion-xl-base-1.0
 
5
  tags:
6
  - image-to-image
7
  inference: false
 
8
  ---
 
9
  # ✨ Latent Bridge Matching for Depth 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 depth 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
 
1
  ---
 
2
  base_model:
3
  - stabilityai/stable-diffusion-xl-base-1.0
4
+ license: cc-by-nc-4.0
5
  tags:
6
  - image-to-image
7
  inference: false
8
+ pipeline_tag: depth-estimation
9
  ---
10
+
11
  # ✨ Latent Bridge Matching for Depth Estimation ✨
12
 
13
  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.
14
  This model was trained to estimate the depth map from a given input image.
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
+ Project page: https://gojasper.github.io/latent-bridge-matching/
17
 
18
  ## How to use?
19
  To use this model you need first to install the associated `lbm` library by running the following