Skip to content

sulphur 2 base.stub

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

id: sulphur-2-base name: Sulphur 2 Base Local repo_path: ~/Documents/sw30labs/repos/sulphur-2-base remote_url: https://github.com/sw30labs/sulphur-2-base.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 SulphurAI/Sulphur-2-base video generation model. Uses the MLX LTX runtime (dgrauet/ltx-2-mlx) with optional prompt enhancer. Modeled after the Stable Audio 3 desktop project — adds CLI, installer, and browser GUI without vendoring large model weights.

Architecture

  • Video model: MLXBits/sulphur-2-distill-mlx-q4 (default)
  • Prompt enhancer: MLXBits/sulphur-promptenhancer-mlx-q8 (optional)
  • Runtime: dgrauet/ltx-2-mlx
  • GUI: Browser UI on 127.0.0.1:8786 via gui.sh
  • Install: install.sh -y for env + model setup

Dependencies

  • MLX / ltx-2-mlx runtime
  • pyproject.toml

CI/CD

None.

Entities and topics

Clone this wiki locally