Discover and explore top open-source AI tools and projects—updated daily.
Video diffusion model with vectorized timestep adaptation
Top 52.5% on SourcePulse
Pusa-VidGen introduces a novel vectorized timestep adaptation (VTA) technique for video diffusion models, enabling fine-grained temporal control and multi-task capabilities with unprecedented efficiency. Targeting researchers and developers in AI video generation, it offers significant cost and dataset reductions compared to existing state-of-the-art models.
How It Works
Pusa employs frame-level noise control via vectorized timesteps, a departure from traditional scalar timestep methods. This approach, detailed in the FVDM paper, allows for non-destructive adaptation of base models like Wan-Video and Mochi, preserving their original capabilities while enabling new functionalities such as image-to-video, start-end frame generation, video extension, and transitions without task-specific training.
Quick Start & Requirements
cd
into it, and use uv
for installation:
git clone https://github.com/genmoai/models
cd models
pip install uv
uv venv .venv
source .venv/bin/activate
uv pip install setuptools
uv pip install -e . --no-build-isolation
For Flash Attention: uv pip install -e .[flash] --no-build-isolation
huggingface-cli download RaphaelLiu/Pusa-V0.5 --local-dir
) or directly.uv
, and potentially multiple GPUs for example usage.Highlighted Details
Maintenance & Community
The project released V1.0 in July 2025, based on Wan-Video models, with code, technical report, and dataset. V0.5, based on Mochi, was released earlier with inference scripts. The project welcomes collaboration.
Licensing & Compatibility
The repository does not explicitly state a license. Compatibility for commercial use or closed-source linking is not specified.
Limitations & Caveats
Video generation quality is dependent on the base model used (e.g., Wan-T2V-14B for V1.0). The project anticipates further quality improvements with more advanced base models and welcomes community contributions.
1 week ago
Inactive