Update README.md
Browse files
README.md
CHANGED
@@ -6,5 +6,25 @@ colorTo: yellow
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
|
|
|
|
|
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
+
<img src="https://github.com/dome272/Wuerstchen/assets/61938694/0617c863-165a-43ee-9303-2a17299a0cf9">
|
10 |
+
Welcome to <b>WARP</b>. This is our little organization for multimodal generative models focussing on the visual domain. We have been working with generative image models a lot and
|
11 |
+
will soon work on video models as well. Our main team consists of:
|
12 |
|
13 |
+
- [Pablo Pernias](https://github.com/pabloppp/)
|
14 |
+
- [Dominic Rampas](https://github.com/dome272)
|
15 |
+
|
16 |
+
|
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
|