Update index.html
Browse files- index.html +2 -4
index.html
CHANGED
|
@@ -72,13 +72,11 @@
|
|
| 72 |
<main>
|
| 73 |
<h1>MiniT2I</h1>
|
| 74 |
<p>
|
| 75 |
-
Introducing <strong>MiniT2I</strong>: a simple pixel-space
|
| 76 |
-
text-to-image generator baseline. Please use the project links below
|
| 77 |
-
to navigate.
|
| 78 |
</p>
|
| 79 |
<img class="teaser" src="https://huggingface.co/spaces/MiniT2I/README/resolve/main/teaser.png" alt="MiniT2I teaser: a gallery of text-to-image samples" />
|
| 80 |
<ul>
|
| 81 |
-
<li><a href="https://peppaking8.github.io/#/post/
|
| 82 |
<li><a href="https://github.com/Hope7Happiness/t2i-release">PyTorch/Diffusers code</a></li>
|
| 83 |
<li><a href="https://github.com/PeppaKing8/minit2i-jax">JAX code</a></li>
|
| 84 |
<li><a href="https://huggingface.co/MiniT2I/MiniT2I">PyTorch checkpoints</a></li>
|
|
|
|
| 72 |
<main>
|
| 73 |
<h1>MiniT2I</h1>
|
| 74 |
<p>
|
| 75 |
+
Introducing <strong>MiniT2I</strong>: a simple pixel-space text-to-image generator baseline. Please use the project links below to navigate.
|
|
|
|
|
|
|
| 76 |
</p>
|
| 77 |
<img class="teaser" src="https://huggingface.co/spaces/MiniT2I/README/resolve/main/teaser.png" alt="MiniT2I teaser: a gallery of text-to-image samples" />
|
| 78 |
<ul>
|
| 79 |
+
<li><a href="https://peppaking8.github.io/#/post/minit2i">Blog post</a></li>
|
| 80 |
<li><a href="https://github.com/Hope7Happiness/t2i-release">PyTorch/Diffusers code</a></li>
|
| 81 |
<li><a href="https://github.com/PeppaKing8/minit2i-jax">JAX code</a></li>
|
| 82 |
<li><a href="https://huggingface.co/MiniT2I/MiniT2I">PyTorch checkpoints</a></li>
|