Instructions to use dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx-q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx-q4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir CogVideoX-Fun-V1.5-5b-InP-mlx-q4 dgrauet/CogVideoX-Fun-V1.5-5b-InP-mlx-q4
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 129 Bytes
6b90347 | 1 2 3 4 5 6 7 8 9 10 | {
"quantization": {
"bits": 4,
"group_size": 64,
"skip_components": [
"text_encoder",
"vae"
]
}
} |