Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,12 @@ pipeline_tag: text-to-video
|
|
10 |
library_name: diffusers
|
11 |
---
|
12 |
# 🎥 Distilled Mochi Transformer
|
|
|
13 |
Current repository contains distilled transformer for genmoai mochi-1.
|
14 |
This transformer consists of 42 blocks vs 48 blocks in original transformer.
|
15 |
|
|
|
|
|
16 |
### Training details
|
17 |
We have analized MSE of latent after each block and iteratively dropped blocks which have minimum value of MSE.
|
18 |
|
|
|
10 |
library_name: diffusers
|
11 |
---
|
12 |
# 🎥 Distilled Mochi Transformer
|
13 |
+
|
14 |
Current repository contains distilled transformer for genmoai mochi-1.
|
15 |
This transformer consists of 42 blocks vs 48 blocks in original transformer.
|
16 |
|
17 |
+
<video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/63fde49f6315a264aba6a7ed/FCG0Mdzmlh-KsFk0v4ixl.mp4"></video>
|
18 |
+
|
19 |
### Training details
|
20 |
We have analized MSE of latent after each block and iteratively dropped blocks which have minimum value of MSE.
|
21 |
|