Improve model card: Add pipeline_tag and library_name metadata
Browse filesThis PR enhances the model card by adding `pipeline_tag: text-to-image` and `library_name: diffusers` to the metadata.
- The `pipeline_tag` ensures the model is discoverable under the 'text-to-image' filter at https://huggingface.co/models?pipeline_tag=text-to-image.
- The `library_name` enables the 'Use in Diffusers' quickstart widget on the model page.
README.md
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- text-to-image
|
4 |
- diffusers
|
@@ -12,9 +16,8 @@ widget:
|
|
12 |
- text: a photo of a sheep below a sink
|
13 |
output:
|
14 |
url: images/sheep-below-sink.jpg
|
15 |
-
base_model: stabilityai/stable-diffusion-2-1
|
16 |
-
license: apache-2.0
|
17 |
---
|
|
|
18 |
# CoMPaSS-SD2.1
|
19 |
|
20 |
<Gallery />
|
@@ -23,9 +26,9 @@ license: apache-2.0
|
|
23 |
|
24 |
# CoMPaSS-SD2.1
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
|
30 |
A UNet that enhances spatial understanding capabilities of the StableDiffusion 2.1 text-to-image
|
31 |
diffusion model. This model demonstrates significant improvements in generating images with specific
|
@@ -118,4 +121,4 @@ Weights for this model are available in Safetensors format.
|
|
118 |
[./LICENSE]: <./LICENSE>
|
119 |
[code]: <https://github.com/blurgyy/CoMPaSS>
|
120 |
[Project page]: <https://compass.blurgy.xyz>
|
121 |
-
[arXiv]: <https://arxiv.org/abs/2412.13195>
|
|
|
1 |
---
|
2 |
+
base_model: stabilityai/stable-diffusion-2-1
|
3 |
+
license: apache-2.0
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
library_name: diffusers
|
6 |
tags:
|
7 |
- text-to-image
|
8 |
- diffusers
|
|
|
16 |
- text: a photo of a sheep below a sink
|
17 |
output:
|
18 |
url: images/sheep-below-sink.jpg
|
|
|
|
|
19 |
---
|
20 |
+
|
21 |
# CoMPaSS-SD2.1
|
22 |
|
23 |
<Gallery />
|
|
|
26 |
|
27 |
# CoMPaSS-SD2.1
|
28 |
|
29 |
+
[[Project Page]](https://compass.blurgy.xyz)
|
30 |
+
[[code](https://github.com/blurgyy/CoMPaSS)]
|
31 |
+
[[arXiv](https://arxiv.org/abs/2412.13195)]
|
32 |
|
33 |
A UNet that enhances spatial understanding capabilities of the StableDiffusion 2.1 text-to-image
|
34 |
diffusion model. This model demonstrates significant improvements in generating images with specific
|
|
|
121 |
[./LICENSE]: <./LICENSE>
|
122 |
[code]: <https://github.com/blurgyy/CoMPaSS>
|
123 |
[Project page]: <https://compass.blurgy.xyz>
|
124 |
+
[arXiv]: <https://arxiv.org/abs/2412.13195>
|