Delete .ipynb_checkpoints/README-checkpoint.md

#12
.ipynb_checkpoints/README-checkpoint.md DELETED
@@ -1,54 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - Kandinsky
5
- - text-image
6
- - text2image
7
- - diffusion
8
- - latent diffusion
9
- - mCLIP-XLMR
10
- - mT5
11
- ---
12
-
13
- # Kandinsky 2.1
14
-
15
-
16
- [Open In Colab](https://colab.research.google.com/drive/1xSbu-b-EwYd6GdaFPRVgvXBX_mciZ41e?usp=sharing)
17
-
18
- [GitHub repository](https://github.com/ai-forever/Kandinsky-2)
19
-
20
- [Habr post](https://habr.com/ru/company/sberbank/blog/725282/)
21
-
22
- [Demo](https://rudalle.ru/)
23
-
24
- ## Architecture
25
-
26
- Kandinsky 2.1 inherits best practicies from Dall-E 2 and Latent diffusion, while introducing some new ideas.
27
-
28
- As text and image encoder it uses CLIP model and diffusion image prior (mapping) between latent spaces of CLIP modalities. This approach increases the visual performance of the model and unveils new horizons in blending images and text-guided image manipulation.
29
-
30
- For diffusion mapping of latent spaces we use transformer with num_layers=20, num_heads=32 and hidden_size=2048.
31
-
32
- ![](https://raw.githubusercontent.com/ai-forever/Kandinsky-2/main/content/kandinsky21.png)
33
-
34
- Other architecture parts:
35
-
36
- + Text encoder (XLM-Roberta-Large-Vit-L-14) - 560M
37
- + Diffusion Image Prior — 1B
38
- + CLIP image encoder (ViT-L/14) - 427M
39
- + Latent Diffusion U-Net - 1.22B
40
- + MoVQ encoder/decoder - 67M
41
-
42
-
43
- ![](https://raw.githubusercontent.com/ai-forever/Kandinsky-2/main/content/einstein.png)
44
-
45
-
46
- # Authors
47
-
48
- + Arseniy Shakhmatov: [Github](https://github.com/cene555), [Blog](https://t.me/gradientdip)
49
- + Anton Razzhigaev: [Github](https://github.com/razzant), [Blog](https://t.me/abstractDL)
50
- + Aleksandr Nikolich: [Github](https://github.com/AlexWortega), [Blog](https://t.me/lovedeathtransformers)
51
- + Vladimir Arkhipkin: [Github](https://github.com/oriBetelgeuse)
52
- + Igor Pavlov: [Github](https://github.com/boomb0om)
53
- + Andrey Kuznetsov: [Github](https://github.com/kuznetsoffandrey)
54
- + Denis Dimitrov: [Github](https://github.com/denndimitrov)