AI/TLDR

ByteDance Research · 2026-05-18 · notable

ByteDance Lance — 3B Unified Multimodal Model Handles Image and Video Generation, Editing, and Understanding in One Stack

Lance is a 3B-active-parameter unified multimodal model from ByteDance Research that does text-to-image, text-to-video, image and video editing, and image/video understanding in a single network.

Hugging Face thumbnail for ByteDance Research Lance unified multimodal model
Hugging Face / ByteDance Research

One 3B-active model that generates, edits, and understands both images and video — trained from scratch on 128 A100s.

Key specs

Active params3B
Training budget128 A100 GPUs
Vbench score85.11
Gen eval score0.90
Gedit bench avg7.30

What is it?

Lance is ByteDance Research's unified multimodal model with 3B active parameters, fine-tuned from Qwen2.5-VL-3B. It supports six tasks in a single network: text-to-image, text-to-video, image editing, video editing, image VQA/reasoning, and video VQA/captioning. Weights are released under Apache 2.0.

How does it work?

The team trained Lance from scratch on a 128-A100-GPU budget using a staged multi-task recipe that lets generation, editing, and understanding heads share representations. The 3B model hits 0.90 on GenEval and 85.11 on VBench — the highest VBench score among unified models in the paper — and averages 7.30 on GEdit-Bench. Inference fits on a single 40GB+ GPU.

Why does it matter?

Most unified models lean on much bigger backbones or specialise in one modality. Lance shows you can hit strong numbers across generation, editing, and understanding with a compact open model, lowering the cost of running multimodal research and shipping products on consumer-class hardware.

Who is it for?

Multimodal researchers, indie video-AI builders, anyone running diffusion or VLM workloads on a single GPU

Try it

git clone https://github.com/bytedance/Lance

Sources · 4 outlets

Tags

  • bytedance
  • multimodal
  • video-generation
  • image-generation
  • image-editing
  • video-editing
  • open-weights
  • apache-2

← All releases · Learn AI