Lawrence-cj
commited on
Commit
•
25932d3
1
Parent(s):
c4b8d79
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- Sana
|
5 |
+
- 512px_based_image_size
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
- zh
|
9 |
+
base_model:
|
10 |
+
- Efficient-Large-Model/Sana_1600M_512px
|
11 |
+
pipeline_tag: text-to-image
|
12 |
+
---
|
13 |
+
|
14 |
+
<p align="center" style="border-radius: 10px">
|
15 |
+
<img src="https://raw.githubusercontent.com/NVlabs/Sana/refs/heads/main/asset/logo.png" width="35%" alt="logo"/>
|
16 |
+
</p>
|
17 |
+
|
18 |
+
<div style="display:flex;justify-content: center">
|
19 |
+
<a href="https://huggingface.co/collections/Efficient-Large-Model/sana-673efba2a57ed99843f11f9e"><img src="https://img.shields.io/static/v1?label=Demo&message=Huggingface&color=yellow"></a>  
|
20 |
+
<a href="https://github.com/NVlabs/Sana"><img src="https://img.shields.io/static/v1?label=Code&message=Github&color=blue&logo=github"></a>  
|
21 |
+
<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>  
|
22 |
+
<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>  
|
23 |
+
<a href="https://arxiv.org/abs/2410.10629"><img src="https://img.shields.io/static/v1?label=Arxiv&message=Sana&color=red&logo=arxiv"></a>  
|
24 |
+
<a href="https://nv-sana.mit.edu/"><img src="https://img.shields.io/static/v1?label=Demo&message=MIT&color=yellow"></a>  
|
25 |
+
<a href="https://discord.gg/rde6eaE5Ta"><img src="https://img.shields.io/static/v1?label=Discuss&message=Discord&color=purple&logo=discord"></a>  
|
26 |
+
</div>
|
27 |
+
|
28 |
+
# 🐱 Sana Model Card
|
29 |
+
<p align="center" border-raduis="10px">
|
30 |
+
<img src="https://raw.githubusercontent.com/NVlabs/Sana/refs/heads/main/asset/Sana.jpg" width="80%" alt="teaser_page1"/>
|
31 |
+
</p>
|
32 |
+
|
33 |
+
## Model
|
34 |
+
<p align="center" border-raduis="10px">
|
35 |
+
<img src="https://raw.githubusercontent.com/NVlabs/Sana/refs/heads/main/asset/model-incremental.jpg" width="80%" alt="teaser_page1"/>
|
36 |
+
</p>
|
37 |
+
|
38 |
+
We introduce **Sana**, a text-to-image framework that can efficiently generate images up to 4096 × 4096 resolution.
|
39 |
+
Sana can synthesize high-resolution, high-quality images with strong text-image alignment at a remarkably fast speed, deployable on laptop GPU.
|
40 |
+
|
41 |
+
Source code is available at https://github.com/NVlabs/Sana.
|
42 |
+
|
43 |
+
### Model Description
|
44 |
+
|
45 |
+
- **Developed by:** NVIDIA, Sana
|
46 |
+
- **Model type:** Linear-Diffusion-Transformer-based text-to-image generative model
|
47 |
+
- **Model resolution:** This model is developed to generate 512px based images with multi-scale heigh and width.
|
48 |
+
- **License:** [CC BY-NC-SA 4.0 License](./LICENSE.txt)
|
49 |
+
- **Model Description:** This is a model that can be used to generate and modify images based on text prompts.
|
50 |
+
It is a Linear Diffusion Transformer that uses one fixed, pretrained text encoders ([Gemma2-2B-IT](https://huggingface.co/google/gemma-2-2b-it))
|
51 |
+
and one 32x spatial-compressed latent feature encoder ([DC-AE](https://hanlab.mit.edu/projects/dc-ae)).
|
52 |
+
- **Resources for more information:** Check out our [GitHub Repository](https://github.com/NVlabs/Sana) and the [Sana report on arXiv](https://arxiv.org/abs/2410.10629).
|
53 |
+
|
54 |
+
### Model Sources
|
55 |
+
|
56 |
+
For research purposes, we recommend our `generative-models` Github repository (https://github.com/NVlabs/Sana),
|
57 |
+
which is more suitable for both training and inference and for which most advanced diffusion sampler like [Flow-DPM-Solver](https://arxiv.org/abs/2309.05019) is integrated.
|
58 |
+
[MIT Han-Lab](https://nv-sana.mit.edu/) provides free Sana inference.
|
59 |
+
- **Repository:** ttps://github.com/NVlabs/Sana
|
60 |
+
- **Demo:** https://nv-sana.mit.edu/
|
61 |
+
|
62 |
+
### 🧨 Diffusers
|
63 |
+
|
64 |
+
PR developing: [Sana](https://github.com/huggingface/diffusers/pull/9982) and [DC-AE](https://github.com/huggingface/diffusers/pull/9708)
|
65 |
+
|
66 |
+
|
67 |
+
## Uses
|
68 |
+
|
69 |
+
### Direct Use
|
70 |
+
|
71 |
+
The model is intended for research purposes only. Possible research areas and tasks include
|
72 |
+
|
73 |
+
- Generation of artworks and use in design and other artistic processes.
|
74 |
+
- Applications in educational or creative tools.
|
75 |
+
- Research on generative models.
|
76 |
+
- Safe deployment of models which have the potential to generate harmful content.
|
77 |
+
|
78 |
+
- Probing and understanding the limitations and biases of generative models.
|
79 |
+
|
80 |
+
Excluded uses are described below.
|
81 |
+
|
82 |
+
### Out-of-Scope Use
|
83 |
+
|
84 |
+
The model was not trained to be factual or true representations of people or events, and therefore using the model to generate such content is out-of-scope for the abilities of this model.
|
85 |
+
|
86 |
+
## Limitations and Bias
|
87 |
+
|
88 |
+
### Limitations
|
89 |
+
|
90 |
+
|
91 |
+
- The model does not achieve perfect photorealism
|
92 |
+
- The model cannot render complex legible text
|
93 |
+
- fingers, .etc in general may not be generated properly.
|
94 |
+
- The autoencoding part of the model is lossy.
|
95 |
+
|
96 |
+
### Bias
|
97 |
+
While the capabilities of image generation models are impressive, they can also reinforce or exacerbate social biases.
|