dgrauet/void-model-mlx-q4

Int4 quantization (group_size 64, transformer Linear weights only) of dgrauet/void-model-mlx, the MLX conversion of netflix/void-model.

Quantized with mlx-forge (mlx-forge convert void-model --quantize --bits 4).

This is the 32 GB configuration: paired with the q8 base model, a full two-pass BigBen run (30 steps, 13 frames, 352ร—624) peaks at ~23.7 GB โ€” under the 26.8 GB recommended working set of a 32 GB Apple Silicon Mac. Quality vs the bf16 weights: PSNR โ‰ˆ 35.5 dB on the same seed.

Usage

These weights are loaded by void-model-mlx:

python -m void_mlx.infer \
    --sample sample/BigBen \
    --pass1 weights/q4/void_pass1.safetensors \
    --pass2 weights/q4/void_pass2.safetensors \
    --base-model /path/to/CogVideoX-Fun-V1.5-5b-InP-mlx-q8 \
    --steps 30 --max-frames 13 --height 352 --width 624 \
    --output result.gif

Keep quantize_config.json next to the weights (the loader also infers bits/group_size from the weight shapes if it is missing).

Related Projects

Files

  • config.json
  • quantize_config.json (bits=4, group_size=64)
  • void_pass1.safetensors (4.31 GB)
  • void_pass2.safetensors (4.31 GB)
Downloads last month
34
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for dgrauet/void-model-mlx-q4

Finetuned
(4)
this model

Collection including dgrauet/void-model-mlx-q4