Update MiniT2I organization card
Browse files- index.html +6 -3
index.html
CHANGED
|
@@ -64,15 +64,18 @@
|
|
| 64 |
<main>
|
| 65 |
<h1>MiniT2I</h1>
|
| 66 |
<p>
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
</p>
|
| 71 |
<ul>
|
| 72 |
<li><a href="https://peppaking8.github.io/#/post/text-to-image-generation-made-simple">Blog post</a></li>
|
| 73 |
<li><a href="https://github.com/Hope7Happiness/t2i-release">PyTorch/Diffusers code</a></li>
|
| 74 |
<li><a href="https://github.com/PeppaKing8/minit2i-jax">JAX code</a></li>
|
| 75 |
<li><a href="https://huggingface.co/MiniT2I/MiniT2I">PyTorch checkpoints</a></li>
|
|
|
|
|
|
|
|
|
|
| 76 |
</ul>
|
| 77 |
</main>
|
| 78 |
</body>
|
|
|
|
| 64 |
<main>
|
| 65 |
<h1>MiniT2I</h1>
|
| 66 |
<p>
|
| 67 |
+
Introducing <strong>MiniT2I</strong>: a simple pixel-space
|
| 68 |
+
text-to-image generator baseline. Please use the project links below
|
| 69 |
+
to navigate.
|
| 70 |
</p>
|
| 71 |
<ul>
|
| 72 |
<li><a href="https://peppaking8.github.io/#/post/text-to-image-generation-made-simple">Blog post</a></li>
|
| 73 |
<li><a href="https://github.com/Hope7Happiness/t2i-release">PyTorch/Diffusers code</a></li>
|
| 74 |
<li><a href="https://github.com/PeppaKing8/minit2i-jax">JAX code</a></li>
|
| 75 |
<li><a href="https://huggingface.co/MiniT2I/MiniT2I">PyTorch checkpoints</a></li>
|
| 76 |
+
<li><a href="https://huggingface.co/MiniT2I/MiniT2I-B-16-jax">JAX B/16 checkpoint</a></li>
|
| 77 |
+
<li><a href="https://huggingface.co/MiniT2I/MiniT2I-L-16-jax">JAX L/16 checkpoint</a></li>
|
| 78 |
+
<li><a href="https://huggingface.co/MiniT2I/MiniT2I-B-16-MF-jax">JAX B/16-MF checkpoint</a></li>
|
| 79 |
</ul>
|
| 80 |
</main>
|
| 81 |
</body>
|