Improve model card
Browse filesThis PR adds a link to the paper page, changes the `pipeline_tag` to `text-to-image` and removes the `library_name` since it's a custom
library.
README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: sana
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
- Sana
|
|
@@ -10,6 +9,7 @@ language:
|
|
| 10 |
base_model:
|
| 11 |
- Efficient-Large-Model/Sana_600M_1024px
|
| 12 |
pipeline_tag: text-to-image
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
<p align="center" style="border-radius: 10px">
|
|
@@ -21,7 +21,7 @@ pipeline_tag: text-to-image
|
|
| 21 |
<a href="https://github.com/NVlabs/Sana"><img src="https://img.shields.io/static/v1?label=Code&message=Github&color=blue&logo=github"></a>  
|
| 22 |
<a href="https://nvlabs.github.io/Sana/"><img src="https://img.shields.io/static/v1?label=Project&message=Github&color=blue&logo=github-pages"></a>  
|
| 23 |
<a href="https://hanlab.mit.edu/projects/sana/"><img src="https://img.shields.io/static/v1?label=Page&message=MIT&color=darkred&logo=github-pages"></a>  
|
| 24 |
-
|
| 25 |
<a href="https://nv-sana.mit.edu/"><img src="https://img.shields.io/static/v1?label=Demo&message=MIT&color=yellow"></a>  
|
| 26 |
<a href="https://discord.gg/rde6eaE5Ta"><img src="https://img.shields.io/static/v1?label=Discuss&message=Discord&color=purple&logo=discord"></a>  
|
| 27 |
</div>
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
tags:
|
| 3 |
- text-to-image
|
| 4 |
- Sana
|
|
|
|
| 9 |
base_model:
|
| 10 |
- Efficient-Large-Model/Sana_600M_1024px
|
| 11 |
pipeline_tag: text-to-image
|
| 12 |
+
license: other
|
| 13 |
---
|
| 14 |
|
| 15 |
<p align="center" style="border-radius: 10px">
|
|
|
|
| 21 |
<a href="https://github.com/NVlabs/Sana"><img src="https://img.shields.io/static/v1?label=Code&message=Github&color=blue&logo=github"></a>  
|
| 22 |
<a href="https://nvlabs.github.io/Sana/"><img src="https://img.shields.io/static/v1?label=Project&message=Github&color=blue&logo=github-pages"></a>  
|
| 23 |
<a href="https://hanlab.mit.edu/projects/sana/"><img src="https://img.shields.io/static/v1?label=Page&message=MIT&color=darkred&logo=github-pages"></a>  
|
| 24 |
+
<a href="https://huggingface.co/papers/2410.10629"><img src="https://img.shields.io/static/v1?label=Arxiv&message=Sana&color=red&logo=arxiv"></a>  
|
| 25 |
<a href="https://nv-sana.mit.edu/"><img src="https://img.shields.io/static/v1?label=Demo&message=MIT&color=yellow"></a>  
|
| 26 |
<a href="https://discord.gg/rde6eaE5Ta"><img src="https://img.shields.io/static/v1?label=Discuss&message=Discord&color=purple&logo=discord"></a>  
|
| 27 |
</div>
|