toshas commited on
Commit
582805f
·
1 Parent(s): ccfe3c7

unify cards

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,6 +3,7 @@ language:
3
  - en
4
  license: apache-2.0
5
  pipeline_tag: image-to-image
 
6
  tags:
7
  - depth estimation
8
  - latent consistency model
@@ -48,11 +49,10 @@ This is a model card for the `marigold-depth-lcm-v1-0` model for monocular depth
48
  The model is fine-tuned from the `marigold-depth-v1-0` [model](https://huggingface.co/prs-eth/marigold-depth-v1-0)
49
  using the latent consistency distillation method, as
50
  described in our papers:
51
- - [CVPR'2024 paper](https://arxiv.org/abs/2312.02145) titled "Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation"
52
- - [Jounal extension](https://www.arxiv.org/abs/2505.09358) titled "Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis"
53
 
54
  ### Using the model
55
-
56
  - Play with the interactive [Hugging Face Spaces demo](https://huggingface.co/spaces/prs-eth/marigold): check out how the model works with example images or upload your own.
57
  - Use it with [diffusers](https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage) to compute the results with a few lines of code.
58
  - Get to the bottom of things with our [official codebase](https://github.com/prs-eth/marigold).
 
3
  - en
4
  license: apache-2.0
5
  pipeline_tag: image-to-image
6
+ library_name: diffusers
7
  tags:
8
  - depth estimation
9
  - latent consistency model
 
49
  The model is fine-tuned from the `marigold-depth-v1-0` [model](https://huggingface.co/prs-eth/marigold-depth-v1-0)
50
  using the latent consistency distillation method, as
51
  described in our papers:
52
+ - [CVPR'2024 paper](https://hf.co/papers/2312.02145) titled "Repurposing Diffusion-Based Image Generators for Monocular Depth Estimation"
53
+ - [Journal extension](https://hf.co/papers/2505.09358) titled "Marigold: Affordable Adaptation of Diffusion-Based Image Generators for Image Analysis"
54
 
55
  ### Using the model
 
56
  - Play with the interactive [Hugging Face Spaces demo](https://huggingface.co/spaces/prs-eth/marigold): check out how the model works with example images or upload your own.
57
  - Use it with [diffusers](https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage) to compute the results with a few lines of code.
58
  - Get to the bottom of things with our [official codebase](https://github.com/prs-eth/marigold).