Spaces:
Running
Running
patrickvonplaten
commited on
Commit
·
44a96cb
1
Parent(s):
a6cca37
Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,20 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
Welcome to Kandinsky, the multi-lingual image generation model!
|
11 |
+
Kandinsky was officially released as part of the [Kandinsky-2 repo](https://github.com/ai-forever/Kandinsky-2) by:
|
12 |
+
|
13 |
+
- [Arseniy Shakhmatov](https://github.com/cene555)
|
14 |
+
- [Anton Razzhigaev](https://github.com/razzant)
|
15 |
+
- [Aleksandr Nikolich](https://github.com/AlexWortega)
|
16 |
+
- [Igor Pavlov](https://github.com/boomb0om)
|
17 |
+
- [Andrey Kuznetsov](https://github.com/kuznetsoffandrey)
|
18 |
+
- [Denis Dimitrov](https://github.com/denndimitrov)
|
19 |
+
|
20 |
+
## Kandinsky 2.1
|
21 |
+
|
22 |
+
Kandinsky 2.1 includes **three** public checkpoints:
|
23 |
+
|
24 |
+
- [Prior]: A prior diffusion model mapping text embeddings to image embeddings
|
25 |
+
- [Text-to-Image / Image-to-Image]: A decoding diffusion model mapping image embeddings to images
|
26 |
+
- [Inpainting]: A decoding diffusion model mapping image embeddings and masked images to images
|