AILab-CVC / CV-VAE

CV-VAE: A Compatible Video VAE for Latent Generative Video Models

Home Page:https://ailab-cvc.github.io/cvvae/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CV-VAE: A Compatible Video VAE for Latent Generative Video Models

Sijie Zhao · Yong Zhang* · Xiaodong Cun · Shaoshu Yang · Muyao Niu

Xiaoyu Li · Wenbo Hu · Ying Shan

*Corresponding Authors

TL; DR: A video VAE for latent generative video models, which is compatible with pretrained image and video models, e.g., SD 2.1 and SVD

News

Usage

Dependencies

Video reconstruction

Download the model weight from Hugging Face

python3 cvvae_inference_video.py \
  --vae_path MODEL_PATH \
  --video_path INPUT_VIDEO_PATH \
  --save_path VIDEO_SAVE_PATH \
  --height HEIGHT \
  --width WIDTH 

😉 Citation

@article{zhao2024cvvae,
  title={CV-VAE: A Compatible Video VAE for Latent Generative Video Models},
  author={Zhao, Sijie and Zhang, Yong and Cun, Xiaodong and Yang, Shaoshu and Niu, Muyao and Li, Xiaoyu and Hu, Wenbo and Shan, Ying},
  journal={https://arxiv.org/abs/2405.20279},
  year={2024}
}

About

CV-VAE: A Compatible Video VAE for Latent Generative Video Models

https://ailab-cvc.github.io/cvvae/index.html


Languages

Language:Jupyter Notebook 91.6%Language:Python 8.4%