Views
No views yet
| Property | Value |
|---|---|
| Resolution | 640x360 (360p) |
| Frame Rate | 24 FPS |
| Duration | 2-5 seconds |
| Parameters | 2B |
| Architecture | DiT + T5-XXL + WAN 2.1 VAE |
curl -LsSf https://astral.sh/uv/install.sh | sh1git clone https://github.com/Linum-AI/linum-v2.git
2cd linum-v2
3uv sync
4uv run python generate_video.py \
5 --prompt "A cute 3D animated baby goat with shaggy gray fur, a fluffy white chin tuft, and stubby curved horns perches on a round wooden stool. Warm golden studio lights bounce off its glossy cherry-red acoustic guitar as it rhythmically strums with a confident hoof, hind legs dangling. Framed family portraits of other barnyard animals line the cream-colored walls, a leafy potted ficus sits in the back corner, and dust motes drift through the cozy, sun-speckled room." \
6 --output goat.mp4 \
7 --seed 16 \
8 --cfg 10.0 \
9 --resolution 360p├── dit/
│ └── 360p.safetensors # DiT model weights
├── vae/
│ └── vae.safetensors # WAN 2.1 Video VAE
└── t5/
├── text_encoder/ # T5-XXL encoder
└── tokenizer/ # T5 tokenizer1@software{linum_v2_2026,
2 title = {Linum V2: Text-to-Video Generation},
3 author = {Linum AI},
4 year = {2026},
5 url = {https://github.com/Linum-AI/linum-v2}
6}