daiqi commited on
Commit
deb4142
·
verified ·
1 Parent(s): c026e54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  # Reducio-VAE Model Card
10
 
11
  <!-- Provide a quick summary of what the model is/does. -->
12
- This model is a 3D VAE that encodes video into a compact latent space conditioned on a content frame. It compresses a video by a factor of $\frac{T}{4}\times\frac{H}{32}\times\frac{W}{32}$, enabling $4096\times$ downsampling.
13
  It is part of the [Reducio-DiT](https://arxiv.org/abs/xxxx), which is a video generation method. Codebase available [here](https://github.com/microsoft/Reducio-VAE).
14
 
15
 
 
9
  # Reducio-VAE Model Card
10
 
11
  <!-- Provide a quick summary of what the model is/does. -->
12
+ This model is a 3D VAE that encodes video into a compact latent space conditioned on a content frame. It compresses a video by a factor of $$\frac{T}{4}\times\frac{H}{32}\times\frac{W}{32}$$, enabling $4096\times$ downsampling.
13
  It is part of the [Reducio-DiT](https://arxiv.org/abs/xxxx), which is a video generation method. Codebase available [here](https://github.com/microsoft/Reducio-VAE).
14
 
15