Instructions to use dgrauet/void-model-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use dgrauet/void-model-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir void-model-mlx dgrauet/void-model-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 1,211 Bytes
9610fc9 57bbd68 7464db4 57bbd68 32176b6 9610fc9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"format": "split",
"components": [
"void_pass1",
"void_pass2"
],
"recipe": "void-model",
"source": "netflix/void-model",
"license": "apache-2.0",
"links": [
"void-model-mlx (inference): https://github.com/dgrauet/void-model-mlx",
"VideoX-Fun-mlx (engine): https://github.com/dgrauet/VideoX-Fun-mlx",
"Base model weights: https://huggingface.co/dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx"
],
"usage_url": "https://github.com/dgrauet/void-model-mlx",
"quantization_scope": "transformer Linear weights only",
"extra_links": [
"q8 variant: https://huggingface.co/dgrauet/void-model-mlx-q8",
"q4 variant: https://huggingface.co/dgrauet/void-model-mlx-q4"
],
"cli_snippet": "git clone https://github.com/dgrauet/VideoX-Fun-mlx.git\nexport VIDEOX_FUN_MLX_PATH=/path/to/VideoX-Fun-mlx\npip install mlx opencv-python-headless pillow numpy sentencepiece\n\npython -m void_mlx.infer \\\n --sample sample/BigBen \\\n --pass1 weights/void_pass1.safetensors \\\n --pass2 weights/void_pass2.safetensors \\\n --base-model /path/to/CogVideoX-Fun-V1.5-5b-InP-mlx-q8 \\\n --steps 30 --max-frames 13 --height 352 --width 624 \\\n --low-ram --output result.gif"
} |