Views
No views yet
OMNIVAE_RELEASE_ROOT to the local download
path.1pip install -U huggingface_hub
2huggingface-cli download OpenMOSS-Team/OmniVAE \
3 --repo-type model \
4 --local-dir /path/to/omnivae_release \
5 --local-dir-use-symlinks False
6
7git clone https://github.com/OpenMOSS/OmniVAE.git
8cd OmniVAE
9export OMNIVAE_RELEASE_ROOT=/path/to/omnivae_release
10export OPEN_SOURCE_ROOT="${OMNIVAE_RELEASE_ROOT}"source scripts/setup_release_root.sh /path/to/omnivae_release1omnivae_release/
2 manifest.json
3 models/
4 text_encoder/ frozen Qwen3.5 text encoder used by T2AV inference
5 vae/ OmniVAE checkpoints
6 dit/t2av/ T2AV generation checkpoints
7 eval/
8 data/t2av/ validation manifests and small reference data
9 models/t2av/ metric weights for T2AV evaluationmodels/text_encoder/Qwen3.5-0.8B-Basemodels/vae/video_only/reconmodels/vae/video_only/recon_distillmodels/vae/audio_only/reconmodels/vae/audio_only/recon_distillmodels/vae/audio_video/recon_avclipmodels/vae/audio_video/recon_distill_avclipmodels/vae/audio_only/recon_avclip_ft_decodermodels/vae/audio_only/recon_distill_avclip_ft_decoder*_ft_decoder checkpoint by default.t2av: t2av_recon, t2av_recon_distill, t2av_recon_avclip, t2av_recon_distill_avclipeval/data/t2av/versebench_minimal: VerseBench validation manifest used by
the release smoke and comparison scripts.eval/models/t2av: T2AV metric weights for the bundled my_eval pipeline.1export I3D_TORCHSCRIPT_PT=/path/to/i3d_torchscript.pt
2bash vae/scripts/eval/run_video_eval_rfvd_only.sh1cd /path/to/OmniVAE
2export OMNIVAE_RELEASE_ROOT=/path/to/omnivae_release
3
4# T2AV release validation on VerseBench set3-large.
5bash scripts/release_launchers/run_t2av_release_compare_distributed.shREADME.md and docs/ for full installation,
training, inference, and evaluation commands.