Skip to content

Commit

Permalink
update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-cj committed Oct 14, 2024
1 parent a3c544a commit 34b54bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified asset/content/performance.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
padding: 10px; /* Padding inside the border */
}
.inserted-image {
max-width: 960px; /* Limit the width to 80% of the screen */
max-width: 826px; /* Limit the width to 80% of the screen */
padding: 5px; /* Padding inside the border */
}
video {
Expand Down Expand Up @@ -475,7 +475,7 @@ <h2>About Sana</h2>
<p>We introduce Sana, a text-to-image framework that can efficiently generate images up to 4096 × 4096 resolution.
Sana can synthesize high-resolution, high-quality images with strong text-image alignment at a remarkably fast speed,
deployable on laptop GPU. Core designs include:
<strong style="font-size: 18px;">Deep compression autoencoder: </strong> un-like traditional AEs, which compress images only 8×,
<strong style="font-size: 18px;">Deep compression autoencoder: </strong> unlike traditional AEs, which compress images only 8×,
we trained an AE that can compress images 32×, effectively reducing the number of latent tokens.
<strong style="font-size: 18px;">Linear DiT: </strong> we replace all vanilla attention in DiT with linear attention, which is more efficient at high resolutions without sacrificing quality.
<strong style="font-size: 18px;">Decoder-only text encoder: </strong> we replaced T5 with modern decoder-only small LLM as the text encoder and designed
Expand Down

0 comments on commit 34b54bb

Please sign in to comment.