Instructions to use SceneWorks/bernini-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use SceneWorks/bernini-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir bernini-mlx SceneWorks/bernini-mlx
- Wan2.2
How to use SceneWorks/bernini-mlx with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Bernini β MLX (full planner + renderer)
Native Apple Silicon / MLX conversion of ByteDance Bernini (the full pipeline), packaged for in-process generation in SceneWorks. Bernini is a Latent Semantic Planning model: a Qwen2.5-VL-7B semantic planner (MAR loop) drives a Wan2.2-T2V-A14B dual-expert renderer.
This is a turnkey, self-contained snapshot β no diffusers source or separate Wan base is needed at
runtime. It loads directly via mlx_gen::load("bernini") (mlx-gen-bernini) and is quantized to
Q4 (default) / Q8 (opt-in) at load time.
Contents
qwen2_5_vl.safetensors+qwen2_5_vl_config.jsonβ Qwen2.5-VL-7B planner backbone + vision towerconnector.safetensors,vit_decoder.safetensors,mask_tokens.safetensorsβ MLP connector, ViT decoder (clip-diff flow head), MAR mask tokenhigh_noise_model.safetensors+low_noise_model.safetensorsβ the Wan2.2 dual-expert renderer DiTst5_encoder.safetensors+tokenizer.jsonβ UMT5-XXL text encoder + tokenizervae.safetensorsβ z16 AutoencoderKLWanmllm/β Qwen ChatML tokenizer/config;*.jsonsidecars β config + planner/renderer knobs
dtype: bf16. Validated on a 128 GB Apple Silicon Mac for text-to-image and text-to-video
(~44 GB peak at Q4).
Credits & license
Derived from ByteDance/Bernini-Diffusers and Wan-AI/Wan2.2-T2V-A14B (the renderer's stock UMT5/VAE), both Apache-2.0. Conversion/packaging by SceneWorks; released under Apache-2.0.
- Downloads last month
- 26
Quantized
Model tree for SceneWorks/bernini-mlx
Base model
ByteDance/Bernini-Diffusers