Set pipeline tag and add diffusers (#1)
Browse files- Set pipeline tag and add diffusers (6ac1ec4f42fc7226d474a782648db6734300ef8d)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
tags:
|
| 8 |
- normals-estimation
|
| 9 |
- normals estimation
|
|
@@ -12,6 +12,7 @@ tags:
|
|
| 12 |
- computer vision
|
| 13 |
- in-the-wild
|
| 14 |
- zero-shot
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
<h1 align="center">Marigold Normals LCM v0-1 Model Card</h1>
|
|
@@ -21,7 +22,7 @@ tags:
|
|
| 21 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Normals%20-Demo-yellow" alt="Image Normals">
|
| 22 |
</a>
|
| 23 |
<a title="diffusers" href="https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 24 |
-
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20diffusers%20-Integration%20
|
| 25 |
</a>
|
| 26 |
<a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 27 |
<img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="Github">
|
|
@@ -89,4 +90,4 @@ described in our papers:
|
|
| 89 |
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 90 |
year={2024}
|
| 91 |
}
|
| 92 |
-
```
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
pipeline_tag: image-to-image
|
| 6 |
+
library_name: diffusers
|
| 7 |
tags:
|
| 8 |
- normals-estimation
|
| 9 |
- normals estimation
|
|
|
|
| 12 |
- computer vision
|
| 13 |
- in-the-wild
|
| 14 |
- zero-shot
|
| 15 |
+
new_version: prs-eth/marigold-normals-v1-1
|
| 16 |
---
|
| 17 |
|
| 18 |
<h1 align="center">Marigold Normals LCM v0-1 Model Card</h1>
|
|
|
|
| 22 |
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20Image%20Normals%20-Demo-yellow" alt="Image Normals">
|
| 23 |
</a>
|
| 24 |
<a title="diffusers" href="https://huggingface.co/docs/diffusers/using-diffusers/marigold_usage" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 25 |
+
<img src="https://img.shields.io/badge/%F0%9F%A4%97%20diffusers%20-Integration%20%E2%9B%B3-yellow" alt="diffusers">
|
| 26 |
</a>
|
| 27 |
<a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 28 |
<img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="Github">
|
|
|
|
| 90 |
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 91 |
year={2024}
|
| 92 |
}
|
| 93 |
+
```
|