dome272 commited on
Commit
856788b
·
1 Parent(s): 996ed25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -10
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
- - [Paella](https://github.com/dome272/Paella):
21
- - A simple & straightforward text-conditional image generation model that works on quantized latents.
22
- - More details can be found in the [paper](https://arxiv.org/abs/2211.07292v2), the [blog post](https://laion.ai/blog/paella/) and the [YouTube video](https://www.youtube.com/watch?v=zdE1I6kYKYc).
23
- - Only accessible through GitHub.
24
- - Würstchen:
25
- - 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.
26
- - More details can be found in the [paper](https://arxiv.org/abs/2306.00637).
 
 
 
27
 
28
- - Versions:
29
- - v1: Only accessible through GitHub.
30
- - v2: Accessible through diffusers
 
 
 
 
 
 
 
 
 
 
 
 
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>