Add library_name and additional tags
Browse filesThis PR adds the `library_name` to the metadata to ensure the "how to use" button appears on the top right, with a Diffusers code snippet. It also includes additional tags to improve discoverability.
README.md
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
base_model:
|
4 |
- stabilityai/stable-diffusion-3-medium-diffusers
|
|
|
|
|
|
|
|
|
|
|
5 |
pipeline_tag: image-to-image
|
6 |
tags:
|
7 |
- image-generation
|
@@ -14,10 +18,10 @@ tags:
|
|
14 |
- multimodal
|
15 |
- fashion
|
16 |
- pytorch
|
17 |
-
|
18 |
-
|
19 |
-
-
|
20 |
-
|
21 |
---
|
22 |
|
23 |
<div align="center">
|
@@ -36,7 +40,7 @@ datasets:
|
|
36 |
<div align="center">
|
37 |
|
38 |
**Inverse Virtual Try-On: Generating Multi-Category Product-Style Images from Clothed Individuals**
|
39 |
-
[Davide Lobba](https://scholar.google.com/citations?user=WEMoLPEAAAAJ&hl=en&oi=ao)<sup>1,2
|
40 |
<sup>1</sup>University of Trento, <sup>2</sup>University of Pisa, <sup>3</sup>University of Modena and Reggio Emilia
|
41 |
<sup>*</sup> Equal contribution
|
42 |
</div>
|
|
|
1 |
---
|
|
|
2 |
base_model:
|
3 |
- stabilityai/stable-diffusion-3-medium-diffusers
|
4 |
+
datasets:
|
5 |
+
- dresscode
|
6 |
+
- viton-hd
|
7 |
+
language: en
|
8 |
+
license: cc-by-nc-4.0
|
9 |
pipeline_tag: image-to-image
|
10 |
tags:
|
11 |
- image-generation
|
|
|
18 |
- multimodal
|
19 |
- fashion
|
20 |
- pytorch
|
21 |
+
- diffusers
|
22 |
+
- python
|
23 |
+
- cuda
|
24 |
+
library_name: diffusers
|
25 |
---
|
26 |
|
27 |
<div align="center">
|
|
|
40 |
<div align="center">
|
41 |
|
42 |
**Inverse Virtual Try-On: Generating Multi-Category Product-Style Images from Clothed Individuals**
|
43 |
+
[Davide Lobba](https://scholar.google.com/citations?user=WEMoLPEAAAAJ&hl=en&oi=ao)<sup>1,2,*</sup>, [Fulvio Sanguigni](https://scholar.google.com/citations?user=tSpzMUEAAAAJ&hl=en)<sup>2,3,*</sup>, [Bin Ren](https://scholar.google.com/citations?user=Md9maLYAAAAJ&hl=en)<sup>1,2</sup>, [Marcella Cornia](https://scholar.google.com/citations?user=DzgmSJEAAAAJ&hl=en)<sup>3</sup>, [Rita Cucchiara](https://scholar.google.com/citations?user=OM3sZEoAAAAJ&hl=en)<sup>3</sup>, [Nicu Sebe](https://scholar.google.com/citations?user=stFCYOAAAAAJ&hl=en)<sup>1</sup>
|
44 |
<sup>1</sup>University of Trento, <sup>2</sup>University of Pisa, <sup>3</sup>University of Modena and Reggio Emilia
|
45 |
<sup>*</sup> Equal contribution
|
46 |
</div>
|