Skip to content

lance 3b video bf16.stub

Nicolas Cravino edited this page May 29, 2026 · 1 revision

id: lance-3b-video-bf16 name: Lance 3B Video BF16 Local repo_path: ~/Documents/sw30labs/repos/lance-3b-video-bf16 remote_url: https://github.com/sw30labs/lance-3b-video-bf16.git primary_language: Python framework: MLX (Apple Silicon) category: local-inference-mlx stacks: [mlx, cli] ingested: 2026-05-29 last_commit_date: 2026-05-28

Purpose

Local Apple Silicon wrapper for mlx-community/Lance-3B-Video-bf16, a 3B video understanding and text-to-video model running via the xocialize/lance-mlx runtime. Supports text-to-video (TextToVideoPipeline) and video Q&A/captioning (UnderstandingPipeline.generate_video). Adds CLI, installer, and browser GUI.

Architecture

  • Runtime: xocialize/lance-mlx (MLX native); packaged lance-mlx generate is a stub in current release — project calls pipeline APIs directly
  • CLI: Small Python CLI for headless inference
  • GUI: Browser UI via gui.sh; zero-build
  • Install: install.sh -y handles env and model setup
  • Two pipelines: Text-to-video and video understanding/captioning

Dependencies

  • MLX / lance-mlx runtime
  • pyproject.toml

CI/CD

None.

Entities and topics

Clone this wiki locally