Update README.md
Browse files
README.md
CHANGED
@@ -17,14 +17,28 @@ will soon work on video models as well. Our main team consists of:
|
|
17 |
Feel free to join our [Discord](https://discord.gg/BTUAzb8vFY) channel!
|
18 |
|
19 |
Models:
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
27 |
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
Feel free to join our [Discord](https://discord.gg/BTUAzb8vFY) channel!
|
18 |
|
19 |
Models:
|
20 |
+
<details>
|
21 |
+
<summary>
|
22 |
+
Paella
|
23 |
+
</summary>
|
24 |
+
<ul>
|
25 |
+
<li>A simple & straightforward text-conditional image generation model that works on quantized latents.</li>
|
26 |
+
<li>More details can be found in the <a href="https://arxiv.org/abs/2211.07292v2">paper</a>, the <a href="https://laion.ai/blog/paella/">blog post</a> and the <a href="https://www.youtube.com/watch?v=zdE1I6kYKYc">YouTube video</a>.</li>
|
27 |
+
<li>Only accessible through <a href="https://github.com/dome272/Paella">GitHub</a>.</li>
|
28 |
+
</ul>
|
29 |
+
</details>
|
30 |
|
31 |
+
<details>
|
32 |
+
<summary>
|
33 |
+
Würstchen
|
34 |
+
</summary>
|
35 |
+
<ul>
|
36 |
+
<li>An efficient text-to-image model to train and use for inference. Achieves competetive performance to state-of-the-art methods, while needing only a fraction of the compute.</li>
|
37 |
+
<li>More details can be found in the <a href="https://arxiv.org/abs/2306.006372">paper</a>.</li>
|
38 |
+
<li>Versions:</li>
|
39 |
+
<ul>
|
40 |
+
<li>v1: Only accessible through <a href="https://github.com/dome272/Wuerstchen/">GitHub</a>.</li>
|
41 |
+
<li>v2: Accessible through <a href="https://github.com/dome272/Wuerstchen/">GitHub</a> and Diffusers</li>
|
42 |
+
</ul>
|
43 |
+
</ul>
|
44 |
+
</details>
|